mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
Remove xcode_public_headers_symlinks from RN BUCK files
Reviewed By: dinhviethoa Differential Revision: D5321259 fbshipit-source-id: b07ff4a01280251deb2113a62197d96d5c2e37a1
This commit is contained in:
committed by
Facebook Github Bot
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",
|
||||
|
||||
Reference in New Issue
Block a user