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