Skip to content

Commit

Permalink
Deprecate older API uses of prebuilt_cxx_library
Browse files Browse the repository at this point in the history
Reviewed By: ttsugriy

Differential Revision: D5878523

fbshipit-source-id: 2c8c1fd1d19597ff7459bbd527c89573520db74b
  • Loading branch information
andrewjcg authored and facebook-github-bot committed Sep 22, 2017
1 parent 82b4b9b commit 49359e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReactAndroid/src/main/jni/third-party/glibc/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# libpthread is implicitly included in the android runtime so, when building
# on an android platform, we don't do anything.
prebuilt_cxx_library(
deprecated_prebuilt_cxx_library(
name = "pthread",
exported_platform_linker_flags = [
(
Expand All @@ -26,7 +26,7 @@ prebuilt_cxx_library(
],
)

prebuilt_cxx_library(
deprecated_prebuilt_cxx_library(
name = "dl",
exported_linker_flags = [
"-ldl",
Expand All @@ -37,7 +37,7 @@ prebuilt_cxx_library(
],
)

prebuilt_cxx_library(
deprecated_prebuilt_cxx_library(
name = "m",
exported_linker_flags = [
"-lm",
Expand All @@ -48,7 +48,7 @@ prebuilt_cxx_library(
],
)

prebuilt_cxx_library(
deprecated_prebuilt_cxx_library(
name = "rt",
exported_platform_linker_flags = [
(
Expand Down

0 comments on commit 49359e8

Please sign in to comment.