mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
fe887173ee
commit
933cef6d9a
@@ -9,6 +9,7 @@ rn_android_library(
|
||||
"network/**/*.java",
|
||||
],
|
||||
),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "idledetection",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_tar
|
||||
rn_android_library(
|
||||
name = "network",
|
||||
srcs = glob(["**/*.java"]),
|
||||
autoglob = False,
|
||||
labels = ["supermodule:xplat/default/public.react_native.infra"],
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -11,6 +11,7 @@ load(
|
||||
rn_android_library(
|
||||
name = "rule",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -3,6 +3,7 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "react_native_int
|
||||
rn_android_library(
|
||||
name = "tests",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
|
||||
@@ -11,6 +11,7 @@ load(
|
||||
rn_android_library(
|
||||
name = "core",
|
||||
srcs = glob(["*.java"]),
|
||||
autoglob = False,
|
||||
is_androidx = True,
|
||||
deps = ([
|
||||
react_native_dep("third-party/android/androidx:test-espresso-core"),
|
||||
|
||||
Reference in New Issue
Block a user