blob: 6a8b3820070057bde1fc2f6be6e448ce27495671 [file] [log] [blame]
Sasha Smundak4a3d1a02019-02-11 16:58:07 -08001android_test {
2 name: "AppLaunchWear",
3 // Only compile source java files in this apk.
4 srcs: ["src/**/*.java"],
5 platform_apis: true,
6 certificate: "platform",
7 libs: [
8 "android.test.base",
9 "android.test.runner",
10 ],
11 static_libs: ["android-support-test"],
12 test_suites: ["device-tests"],
13}