blob: 5f588b934dd45b3b7e9dfba0ce316694cc2d5519 [file] [log] [blame]
android_library(
name = 'activity',
srcs = glob(['*.java']),
visibility = [ 'PUBLIC' ],
)
project_config(
src_target = ':activity',
)