From 49359e879bcd95b51d6777d9ffbbdea347d8b250 Mon Sep 17 00:00:00 2001 From: Andrew Gallagher Date: Fri, 22 Sep 2017 13:14:42 -0700 Subject: [PATCH] Deprecate older API uses of `prebuilt_cxx_library` Reviewed By: ttsugriy Differential Revision: D5878523 fbshipit-source-id: 2c8c1fd1d19597ff7459bbd527c89573520db74b --- ReactAndroid/src/main/jni/third-party/glibc/BUCK | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReactAndroid/src/main/jni/third-party/glibc/BUCK b/ReactAndroid/src/main/jni/third-party/glibc/BUCK index a2c4c5bf8..86a1b490a 100644 --- a/ReactAndroid/src/main/jni/third-party/glibc/BUCK +++ b/ReactAndroid/src/main/jni/third-party/glibc/BUCK @@ -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 = [ ( @@ -26,7 +26,7 @@ prebuilt_cxx_library( ], ) -prebuilt_cxx_library( +deprecated_prebuilt_cxx_library( name = "dl", exported_linker_flags = [ "-ldl", @@ -37,7 +37,7 @@ prebuilt_cxx_library( ], ) -prebuilt_cxx_library( +deprecated_prebuilt_cxx_library( name = "m", exported_linker_flags = [ "-lm", @@ -48,7 +48,7 @@ prebuilt_cxx_library( ], ) -prebuilt_cxx_library( +deprecated_prebuilt_cxx_library( name = "rt", exported_platform_linker_flags = [ (