Skip to content

Commit

Permalink
Explicitly set autoglob (long tail)
Browse files Browse the repository at this point in the history
Reviewed By: fbanurag, strulovich

Differential Revision: D25620908

fbshipit-source-id: 1dd737d451ddfd07baa427902bdf1c96d7e67e64
  • Loading branch information
Ron Edelstein authored and facebook-github-bot committed Dec 18, 2020
1 parent e65b1ef commit b043669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/sample/java/com/facebook/samples/yoga/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//tools/build_defs/oss:yoga_defs.bzl", "ANDROID_JAVA_TARGET", "ANDROID_SAM
yoga_android_library(
name = "yoga",
srcs = glob(["**/*.java"]),
autoglob = False,
visibility = [
"PUBLIC",
],
Expand Down
1 change: 1 addition & 0 deletions android/src/main/java/com/facebook/yoga/android/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ load("//tools/build_defs/oss:yoga_defs.bzl", "ANDROID_RES_TARGET", "INFER_ANNOTA
yoga_android_library(
name = "android",
srcs = glob(["**/*.java"]),
autoglob = False,
visibility = [
"PUBLIC",
],
Expand Down

0 comments on commit b043669

Please sign in to comment.