Skip to content

Commit

Permalink
Remove xcode_public_headers_symlinks from RN BUCK files
Browse files Browse the repository at this point in the history
Reviewed By: dinhviethoa

Differential Revision: D5321259

fbshipit-source-id: b07ff4a01280251deb2113a62197d96d5c2e37a1
  • Loading branch information
javache authored and facebook-github-bot committed Jul 6, 2017
1 parent 2be921c commit 465a68d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion ReactAndroid/src/main/jni/first-party/fbgloginit/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cxx_library(
"-llog",
],
visibility = ["PUBLIC"],
xcode_public_headers_symlinks = True,
deps = [
GLOG_DEP,
],
Expand Down
1 change: 0 additions & 1 deletion ReactAndroid/src/main/jni/packagerconnection/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
deps = ([
FBJNI_TARGET,
"//xplat/folly:molly",
Expand Down
1 change: 0 additions & 1 deletion ReactAndroid/src/main/jni/react/jni/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
deps = ([
"//native/third-party/android-ndk:android",
"//xplat/folly:molly",
Expand Down
4 changes: 0 additions & 4 deletions ReactCommon/cxxreact/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ rn_xplat_cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
deps = [
"//xplat/folly:molly",
],
Expand All @@ -49,7 +48,6 @@ rn_xplat_cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
deps = [
"//xplat/folly:molly",
],
Expand All @@ -68,7 +66,6 @@ rn_xplat_cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
deps = [
":module",
"//xplat/folly:molly",
Expand Down Expand Up @@ -156,7 +153,6 @@ rn_xplat_cxx_library(
tests = [
react_native_xplat_target("cxxreact/tests:tests"),
],
xcode_public_headers_symlinks = True,
deps = [
":module",
":jsbigstring",
Expand Down
1 change: 0 additions & 1 deletion ReactCommon/microprofiler/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
deps = [
GLOG_DEP,
],
Expand Down

0 comments on commit 465a68d

Please sign in to comment.