Remove xcode_public_headers_symlinks from RN BUCK files
Reviewed By: dinhviethoa Differential Revision: D5321259 fbshipit-source-id: b07ff4a01280251deb2113a62197d96d5c2e37a1
This commit is contained in:
parent
2be921c88a
commit
465a68db1f
|
@ -14,7 +14,6 @@ cxx_library(
|
||||||
"-llog",
|
"-llog",
|
||||||
],
|
],
|
||||||
visibility = ["PUBLIC"],
|
visibility = ["PUBLIC"],
|
||||||
xcode_public_headers_symlinks = True,
|
|
||||||
deps = [
|
deps = [
|
||||||
GLOG_DEP,
|
GLOG_DEP,
|
||||||
],
|
],
|
||||||
|
|
|
@ -23,7 +23,6 @@ cxx_library(
|
||||||
visibility = [
|
visibility = [
|
||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
],
|
],
|
||||||
xcode_public_headers_symlinks = True,
|
|
||||||
deps = ([
|
deps = ([
|
||||||
FBJNI_TARGET,
|
FBJNI_TARGET,
|
||||||
"//xplat/folly:molly",
|
"//xplat/folly:molly",
|
||||||
|
|
|
@ -46,7 +46,6 @@ cxx_library(
|
||||||
visibility = [
|
visibility = [
|
||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
],
|
],
|
||||||
xcode_public_headers_symlinks = True,
|
|
||||||
deps = ([
|
deps = ([
|
||||||
"//native/third-party/android-ndk:android",
|
"//native/third-party/android-ndk:android",
|
||||||
"//xplat/folly:molly",
|
"//xplat/folly:molly",
|
||||||
|
|
|
@ -25,7 +25,6 @@ rn_xplat_cxx_library(
|
||||||
visibility = [
|
visibility = [
|
||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
],
|
],
|
||||||
xcode_public_headers_symlinks = True,
|
|
||||||
deps = [
|
deps = [
|
||||||
"//xplat/folly:molly",
|
"//xplat/folly:molly",
|
||||||
],
|
],
|
||||||
|
@ -49,7 +48,6 @@ rn_xplat_cxx_library(
|
||||||
visibility = [
|
visibility = [
|
||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
],
|
],
|
||||||
xcode_public_headers_symlinks = True,
|
|
||||||
deps = [
|
deps = [
|
||||||
"//xplat/folly:molly",
|
"//xplat/folly:molly",
|
||||||
],
|
],
|
||||||
|
@ -68,7 +66,6 @@ rn_xplat_cxx_library(
|
||||||
visibility = [
|
visibility = [
|
||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
],
|
],
|
||||||
xcode_public_headers_symlinks = True,
|
|
||||||
deps = [
|
deps = [
|
||||||
":module",
|
":module",
|
||||||
"//xplat/folly:molly",
|
"//xplat/folly:molly",
|
||||||
|
@ -156,7 +153,6 @@ rn_xplat_cxx_library(
|
||||||
tests = [
|
tests = [
|
||||||
react_native_xplat_target("cxxreact/tests:tests"),
|
react_native_xplat_target("cxxreact/tests:tests"),
|
||||||
],
|
],
|
||||||
xcode_public_headers_symlinks = True,
|
|
||||||
deps = [
|
deps = [
|
||||||
":module",
|
":module",
|
||||||
":jsbigstring",
|
":jsbigstring",
|
||||||
|
|
|
@ -19,7 +19,6 @@ cxx_library(
|
||||||
visibility = [
|
visibility = [
|
||||||
"PUBLIC",
|
"PUBLIC",
|
||||||
],
|
],
|
||||||
xcode_public_headers_symlinks = True,
|
|
||||||
deps = [
|
deps = [
|
||||||
GLOG_DEP,
|
GLOG_DEP,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue