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:
committed by
Facebook Github Bot
parent
31fc287d35
commit
a874992e7c
@@ -28,6 +28,7 @@ COMPILER_FLAGS = [
|
||||
apple_library(
|
||||
name = "YogaKit",
|
||||
srcs = glob(["Source/**/*.m"]),
|
||||
header_namespace = "",
|
||||
exported_headers = subdir_glob(
|
||||
[
|
||||
("", "Source/**/*.h"),
|
||||
|
Reference in New Issue
Block a user