Files
react-native/ReactAndroid/src/main/java/com/facebook/quicklog/identifiers/BUCK
Martin Konicek 5518279610 Add gradle wrapper
Reviewed By: astreet

Differential Revision: D2590921

fb-gh-sync-id: cf870c96f772c06e1a8b69014ebd906978ea8c00
2015-10-29 10:09:29 -07:00

12 lines
156 B
Python

android_library(
name = 'identifiers',
srcs = glob(['*.java']),
visibility = [
'PUBLIC',
],
)
project_config(
src_target = ':identifiers',
)