Skip to content

Commit

Permalink
Explicitly set autoglob in bzl files
Browse files Browse the repository at this point in the history
Reviewed By: strulovich

Differential Revision: D25537172

fbshipit-source-id: 6d1d0b1cab35059b8ed848d7c1de34c7e94347f7
  • Loading branch information
Ron Edelstein authored and facebook-github-bot committed Dec 16, 2020
1 parent ad75a3f commit 9f05544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-native-codegen/DEFS.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def rn_codegen_modules(
srcs = [
":{}".format(generate_module_java_zip_name),
],
autoglob = False,
labels = library_labels + ["codegen_rule"],
visibility = ["PUBLIC"],
deps = [
Expand Down Expand Up @@ -476,6 +477,7 @@ def rn_codegen_components(
srcs = [
":{}".format(zip_generated_java_files),
],
autoglob = False,
labels = library_labels + ["codegen_rule"],
visibility = ["PUBLIC"],
deps = [
Expand All @@ -490,6 +492,7 @@ def rn_codegen_components(
srcs = [
":{}".format(zip_generated_cxx_files),
],
autoglob = False,
labels = library_labels + ["codegen_rule"],
visibility = ["PUBLIC"],
deps = [
Expand Down

0 comments on commit 9f05544

Please sign in to comment.