From a874992e7c702d9782aa972afd511261085c1518 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Fri, 2 Mar 2018 16:56:47 -0800 Subject: [PATCH] Set missing header_namespace Summary: When we don't explicitly set header_namespace, we can get differing behavior between Android and iOS. Even when it is not explicitly necessary, we are going to try to enforce this properly. Reviewed By: scottrice Differential Revision: D7141155 fbshipit-source-id: 74d1488c3909f89ad9d6d0ee0de335b789dc2ccd --- YogaKit/BUCK | 1 + 1 file changed, 1 insertion(+) diff --git a/YogaKit/BUCK b/YogaKit/BUCK index 7d6a25db..738a0732 100644 --- a/YogaKit/BUCK +++ b/YogaKit/BUCK @@ -28,6 +28,7 @@ COMPILER_FLAGS = [ apple_library( name = "YogaKit", srcs = glob(["Source/**/*.m"]), + header_namespace = "", exported_headers = subdir_glob( [ ("", "Source/**/*.h"),