mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
164d47f30a
Summary: For internal code attribution. Changelog: [Internal] Reviewed By: zlern2k Differential Revision: D21468924 fbshipit-source-id: 59cd2a52e0ae46bedbf54816820a5f40b684da8b
13 lines
277 B
Python
13 lines
277 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "rn_android_library")
|
|
|
|
rn_android_library(
|
|
name = "config",
|
|
srcs = glob(["**/*.java"]),
|
|
labels = ["supermodule:android/default/public.react_native.infra"],
|
|
visibility = [
|
|
"PUBLIC",
|
|
],
|
|
deps = [
|
|
],
|
|
)
|