You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
702 B
21 lines
702 B
//#############################################
|
|
// Compile Robolectric shadows playservices
|
|
//#############################################
|
|
|
|
//java_library_host {
|
|
// name: "Robolectric_shadows_playservices",
|
|
// libs: [
|
|
// "Robolectric_shadows_framework",
|
|
// "Robolectric_annotations",
|
|
// "Robolectric_shadowapi",
|
|
// "robolectric-javax.annotation-api-1.2",
|
|
// "robolectric-host-android-support-v4",
|
|
// "guava",
|
|
// "robolectric-host-android_all",
|
|
// ],
|
|
// plugins: ["Robolectric_processor"],
|
|
// javacflags: ["-Aorg.robolectric.annotation.processing.shadowPackage=org.robolectric.shadows.gms"],
|
|
// srcs: ["src/main/java/**/*.java"],
|
|
//}
|
|
|