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