diff --git a/ReactAndroid/src/main/jni/react/fabric/BUCK b/ReactAndroid/src/main/jni/react/fabric/BUCK index fd6e10a5447..c9315e08fb2 100644 --- a/ReactAndroid/src/main/jni/react/fabric/BUCK +++ b/ReactAndroid/src/main/jni/react/fabric/BUCK @@ -7,7 +7,7 @@ rn_xplat_cxx_library( header_namespace = "", exported_headers = subdir_glob( [ - ("", "**/*.h"), + ("", "*.h"), ], prefix = "react/fabric", ),