14 lines
334 B
Plaintext
Raw Normal View History

android_test {
name: "AppLaunchWear",
// Only compile source java files in this apk.
srcs: ["src/**/*.java"],
platform_apis: true,
certificate: "platform",
libs: [
"android.test.base",
"android.test.runner",
],
static_libs: ["androidx.test.rules"],
test_suites: ["device-tests"],
}