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
This commit is contained in:
Michael Lee
2018-03-02 16:56:47 -08:00
committed by Facebook Github Bot
parent 31fc287d35
commit a874992e7c

View File

@@ -28,6 +28,7 @@ COMPILER_FLAGS = [
apple_library( apple_library(
name = "YogaKit", name = "YogaKit",
srcs = glob(["Source/**/*.m"]), srcs = glob(["Source/**/*.m"]),
header_namespace = "",
exported_headers = subdir_glob( exported_headers = subdir_glob(
[ [
("", "Source/**/*.h"), ("", "Source/**/*.h"),