blob: 6a8b3820070057bde1fc2f6be6e448ce27495671 [file] [log] [blame]
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: ["android-support-test"],
test_suites: ["device-tests"],
}