Explicitly set autoglob (long tail)

Reviewed By: fbanurag, strulovich

Differential Revision: D25620908

fbshipit-source-id: 1dd737d451ddfd07baa427902bdf1c96d7e67e64
This commit is contained in:
Ron Edelstein
2020-12-17 19:33:39 -08:00
committed by Facebook GitHub Bot
parent e65b1ef654
commit b043669972
2 changed files with 2 additions and 0 deletions

View File

@@ -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",
],