More explicit marking of autoglob as False

Summary:
In preparation for flipping the default, marking autoglob as False in places where it isn't explicitly specified.

Changelog: [Internal]

Reviewed By: strulovich

Differential Revision: D25497305

fbshipit-source-id: 142e5caca2d67efcb3c25067a36934f7f6dd4b21
This commit is contained in:
Ron Edelstein
2020-12-11 16:45:55 -08:00
committed by Facebook GitHub Bot
parent fe887173ee
commit 933cef6d9a
97 changed files with 106 additions and 0 deletions
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_libra
rn_android_library(
name = "logging",
srcs = glob(["**/*.java"]),
autoglob = False,
visibility = [
"PUBLIC",
],
@@ -25,6 +25,7 @@ rn_android_library(
rn_robolectric_test(
name = "bridge",
srcs = glob(STANDARD_TEST_SRCS),
autoglob = False,
contacts = ["oncall+react_native@xmail.facebook.com"],
visibility = [
"PUBLIC",
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_android_toplevel_dep",
rn_android_library(
name = "configuration",
srcs = glob(["**/*.java"]),
autoglob = False,
visibility = [
"PUBLIC",
],