mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-04 10:55:04 +08:00
Add BUCK files
This commit is contained in:
16
ReactAndroid/src/test/java/org/mockito/configuration/BUCK
Normal file
16
ReactAndroid/src/test/java/org/mockito/configuration/BUCK
Normal file
@@ -0,0 +1,16 @@
|
||||
include_defs('//ReactAndroid/DEFS')
|
||||
|
||||
android_library(
|
||||
name = 'configuration',
|
||||
srcs = glob(['**/*.java']),
|
||||
deps = [
|
||||
react_native_dep('third-party/java/mockito:mockito'),
|
||||
],
|
||||
visibility = [
|
||||
'PUBLIC',
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':configuration',
|
||||
)
|
||||
Reference in New Issue
Block a user