Remove xcode_public_headers_symlinks from RN BUCK files

Reviewed By: dinhviethoa

Differential Revision: D5321259

fbshipit-source-id: b07ff4a01280251deb2113a62197d96d5c2e37a1
This commit is contained in:
Pieter De Baets 2017-07-06 12:12:15 -07:00 committed by Facebook Github Bot
parent 2be921c88a
commit 465a68db1f
5 changed files with 0 additions and 8 deletions

View File

@ -14,7 +14,6 @@ cxx_library(
"-llog",
],
visibility = ["PUBLIC"],
xcode_public_headers_symlinks = True,
deps = [
GLOG_DEP,
],

View File

@ -23,7 +23,6 @@ cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
deps = ([
FBJNI_TARGET,
"//xplat/folly:molly",

View File

@ -46,7 +46,6 @@ cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
deps = ([
"//native/third-party/android-ndk:android",
"//xplat/folly:molly",

View File

@ -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",

View File

@ -19,7 +19,6 @@ cxx_library(
visibility = [
"PUBLIC",
],
xcode_public_headers_symlinks = True,
deps = [
GLOG_DEP,
],