mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Avoid compiling subfolders of fabric folder
Summary: Only compile files under Fabric folder, without including subfolders changelog: [internal] internal Reviewed By: lunaleaps Differential Revision: D39108916 fbshipit-source-id: 5390b78cd529e7256f4e755b6d88999546fa705b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b7e7e7ff1e
commit
fdb8be72fc
@@ -7,7 +7,7 @@ rn_xplat_cxx_library(
|
||||
header_namespace = "",
|
||||
exported_headers = subdir_glob(
|
||||
[
|
||||
("", "**/*.h"),
|
||||
("", "*.h"),
|
||||
],
|
||||
prefix = "react/fabric",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user