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",
|
||||
],
|
||||
visibility = ["PUBLIC"],
|
||||
xcode_public_headers_symlinks = True,
|
||||
deps = [
|
||||
GLOG_DEP,
|
||||
],
|
||||
|
|
|
@ -23,7 +23,6 @@ cxx_library(
|
|||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
xcode_public_headers_symlinks = True,
|
||||
deps = ([
|
||||
FBJNI_TARGET,
|
||||
"//xplat/folly:molly",
|
||||
|
|
|
@ -46,7 +46,6 @@ cxx_library(
|
|||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
xcode_public_headers_symlinks = True,
|
||||
deps = ([
|
||||
"//native/third-party/android-ndk:android",
|
||||
"//xplat/folly:molly",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -19,7 +19,6 @@ cxx_library(
|
|||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
xcode_public_headers_symlinks = True,
|
||||
deps = [
|
||||
GLOG_DEP,
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue