mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove all BUCK files
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
android_library(
|
||||
name = 'quicklog',
|
||||
srcs = glob(['*.java']),
|
||||
exported_deps = [
|
||||
'//java/com/facebook/quicklog/identifiers:identifiers',
|
||||
],
|
||||
visibility = [
|
||||
'PUBLIC',
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':quicklog',
|
||||
)
|
||||
@@ -1,11 +0,0 @@
|
||||
android_library(
|
||||
name = 'identifiers',
|
||||
srcs = glob(['*.java']),
|
||||
visibility = [
|
||||
'PUBLIC',
|
||||
],
|
||||
)
|
||||
|
||||
project_config(
|
||||
src_target = ':identifiers',
|
||||
)
|
||||
Reference in New Issue
Block a user