Deprecate older API uses of `prebuilt_cxx_library`
Reviewed By: ttsugriy Differential Revision: D5878523 fbshipit-source-id: 2c8c1fd1d19597ff7459bbd527c89573520db74b
This commit is contained in:
parent
82b4b9b115
commit
49359e879b
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
# libpthread is implicitly included in the android runtime so, when building
|
# libpthread is implicitly included in the android runtime so, when building
|
||||||
# on an android platform, we don't do anything.
|
# on an android platform, we don't do anything.
|
||||||
prebuilt_cxx_library(
|
deprecated_prebuilt_cxx_library(
|
||||||
name = "pthread",
|
name = "pthread",
|
||||||
exported_platform_linker_flags = [
|
exported_platform_linker_flags = [
|
||||||
(
|
(
|
||||||
|
@ -26,7 +26,7 @@ prebuilt_cxx_library(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
prebuilt_cxx_library(
|
deprecated_prebuilt_cxx_library(
|
||||||
name = "dl",
|
name = "dl",
|
||||||
exported_linker_flags = [
|
exported_linker_flags = [
|
||||||
"-ldl",
|
"-ldl",
|
||||||
|
@ -37,7 +37,7 @@ prebuilt_cxx_library(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
prebuilt_cxx_library(
|
deprecated_prebuilt_cxx_library(
|
||||||
name = "m",
|
name = "m",
|
||||||
exported_linker_flags = [
|
exported_linker_flags = [
|
||||||
"-lm",
|
"-lm",
|
||||||
|
@ -48,7 +48,7 @@ prebuilt_cxx_library(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
prebuilt_cxx_library(
|
deprecated_prebuilt_cxx_library(
|
||||||
name = "rt",
|
name = "rt",
|
||||||
exported_platform_linker_flags = [
|
exported_platform_linker_flags = [
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue