Remove all BUCK files

This commit is contained in:
Martin Konicek
2015-12-09 20:25:19 +00:00
parent 90c7ad112f
commit e8659b3602
40 changed files with 0 additions and 951 deletions
@@ -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',
)