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 = [ (