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:
David Vacca
2022-08-29 14:44:51 -07:00
committed by Facebook GitHub Bot
parent b7e7e7ff1e
commit fdb8be72fc
+1 -1
View File
@@ -7,7 +7,7 @@ rn_xplat_cxx_library(
header_namespace = "",
exported_headers = subdir_glob(
[
("", "**/*.h"),
("", "*.h"),
],
prefix = "react/fabric",
),