blob: 0f07da61bc91199e5bcbacf9b146e4468776dd65 [file] [log] [blame]
android_test {
name: "AppLaunch",
// 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"],
}