From 465a68db1fbb3bcbc29e83f3257b5951242388b7 Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Thu, 6 Jul 2017 12:12:15 -0700 Subject: [PATCH] Remove xcode_public_headers_symlinks from RN BUCK files Reviewed By: dinhviethoa Differential Revision: D5321259 fbshipit-source-id: b07ff4a01280251deb2113a62197d96d5c2e37a1 --- ReactAndroid/src/main/jni/first-party/fbgloginit/BUCK | 1 - ReactAndroid/src/main/jni/packagerconnection/BUCK | 1 - ReactAndroid/src/main/jni/react/jni/BUCK | 1 - ReactCommon/cxxreact/BUCK | 4 ---- ReactCommon/microprofiler/BUCK | 1 - 5 files changed, 8 deletions(-) diff --git a/ReactAndroid/src/main/jni/first-party/fbgloginit/BUCK b/ReactAndroid/src/main/jni/first-party/fbgloginit/BUCK index 484f90d0f..16075fb9e 100644 --- a/ReactAndroid/src/main/jni/first-party/fbgloginit/BUCK +++ b/ReactAndroid/src/main/jni/first-party/fbgloginit/BUCK @@ -14,7 +14,6 @@ cxx_library( "-llog", ], visibility = ["PUBLIC"], - xcode_public_headers_symlinks = True, deps = [ GLOG_DEP, ], diff --git a/ReactAndroid/src/main/jni/packagerconnection/BUCK b/ReactAndroid/src/main/jni/packagerconnection/BUCK index 1b15a05d6..79c31907b 100644 --- a/ReactAndroid/src/main/jni/packagerconnection/BUCK +++ b/ReactAndroid/src/main/jni/packagerconnection/BUCK @@ -23,7 +23,6 @@ cxx_library( visibility = [ "PUBLIC", ], - xcode_public_headers_symlinks = True, deps = ([ FBJNI_TARGET, "//xplat/folly:molly", diff --git a/ReactAndroid/src/main/jni/react/jni/BUCK b/ReactAndroid/src/main/jni/react/jni/BUCK index 6cbe74c25..2a5a3ea9b 100644 --- a/ReactAndroid/src/main/jni/react/jni/BUCK +++ b/ReactAndroid/src/main/jni/react/jni/BUCK @@ -46,7 +46,6 @@ cxx_library( visibility = [ "PUBLIC", ], - xcode_public_headers_symlinks = True, deps = ([ "//native/third-party/android-ndk:android", "//xplat/folly:molly", diff --git a/ReactCommon/cxxreact/BUCK b/ReactCommon/cxxreact/BUCK index 81b6176ef..c5f162688 100644 --- a/ReactCommon/cxxreact/BUCK +++ b/ReactCommon/cxxreact/BUCK @@ -25,7 +25,6 @@ rn_xplat_cxx_library( visibility = [ "PUBLIC", ], - xcode_public_headers_symlinks = True, deps = [ "//xplat/folly:molly", ], @@ -49,7 +48,6 @@ rn_xplat_cxx_library( visibility = [ "PUBLIC", ], - xcode_public_headers_symlinks = True, deps = [ "//xplat/folly:molly", ], @@ -68,7 +66,6 @@ rn_xplat_cxx_library( visibility = [ "PUBLIC", ], - xcode_public_headers_symlinks = True, deps = [ ":module", "//xplat/folly:molly", @@ -156,7 +153,6 @@ rn_xplat_cxx_library( tests = [ react_native_xplat_target("cxxreact/tests:tests"), ], - xcode_public_headers_symlinks = True, deps = [ ":module", ":jsbigstring", diff --git a/ReactCommon/microprofiler/BUCK b/ReactCommon/microprofiler/BUCK index d84d62c24..a1e9220a9 100644 --- a/ReactCommon/microprofiler/BUCK +++ b/ReactCommon/microprofiler/BUCK @@ -19,7 +19,6 @@ cxx_library( visibility = [ "PUBLIC", ], - xcode_public_headers_symlinks = True, deps = [ GLOG_DEP, ],