7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
android_app {
|
|
name: "DozeTest",
|
|
// Only compile source java files in this apk.
|
|
srcs: ["src/**/*.java"],
|
|
platform_apis: true,
|
|
}
|