mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/28927 Changelog: [Android] [Changed] Test Modernization Reviewed By: mdvacca Differential Revision: D21598788 fbshipit-source-id: 6fd9c30220d6d69cc68f13bf1f5ad5a4bc2b039a
13 lines
330 B
Python
13 lines
330 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_android_toplevel_dep", "rn_android_library")
|
|
|
|
rn_android_library(
|
|
name = "configuration",
|
|
srcs = glob(["**/*.java"]),
|
|
visibility = [
|
|
"PUBLIC",
|
|
],
|
|
deps = [
|
|
react_native_android_toplevel_dep("third-party/java/mockito2:mockito2"),
|
|
],
|
|
)
|