blob: b2ab3f032c518e5e6f8ecea726a5f8d786e18cd7 [file] [log] [blame]
//#############################################
// Compile Robolectric annotations
//#############################################
java_library_host {
name: "Robolectric_annotations",
static_libs: [
"jsr305",
],
libs: ["robolectric-host-android_all"],
srcs: ["src/main/java/**/*.java"],
}