From 136ec25e8c30a071591146d4d5839e8edade4448 Mon Sep 17 00:00:00 2001 From: Emil Sjolander Date: Wed, 12 Oct 2016 03:16:31 -0700 Subject: [PATCH] Remove xcode_public_headers_symlinks from open source Summary: Remove internal xcode_public_headers_symlinks flag from open source in hope to fix travis builds. Reviewed By: lucasr Differential Revision: D3992698 fbshipit-source-id: 1bd19bdd18d1bdfff595c19475bb2adc23d95335 --- BUCK | 1 - lib/fb/BUCK | 1 - lib/gtest/BUCK | 1 - 3 files changed, 3 deletions(-) diff --git a/BUCK b/BUCK index fa9ef5b1..7005c5ca 100644 --- a/BUCK +++ b/BUCK @@ -28,7 +28,6 @@ cxx_library( name = 'CSSLayout', srcs = glob(['CSSLayout/*.c']), tests=[':CSSLayout_tests'], - xcode_public_headers_symlinks = True, exported_headers = subdir_glob([('', 'CSSLayout/*.h')]), header_namespace = '', force_static = True, diff --git a/lib/fb/BUCK b/lib/fb/BUCK index 45fdc370..11779067 100644 --- a/lib/fb/BUCK +++ b/lib/fb/BUCK @@ -19,7 +19,6 @@ prebuilt_cxx_library( cxx_library( name = 'fbjni', srcs = glob(['**/*.cpp']), - xcode_public_headers_symlinks = True, exported_headers = subdir_glob([('include', '**/*.h')]), header_namespace = '', compiler_flags = [ diff --git a/lib/gtest/BUCK b/lib/gtest/BUCK index 4b51bcec..d1a01d56 100644 --- a/lib/gtest/BUCK +++ b/lib/gtest/BUCK @@ -31,7 +31,6 @@ COMPILER_FLAGS = [ cxx_library( name = 'gtest', srcs = glob([gtest_folder + '/src/*.cc']), - xcode_public_headers_symlinks = True, exported_headers = subdir_glob([ (gtest_folder + '/include', '**/*.h'), (gtest_folder, 'src/*.h'),