Sasha Smundak | 35ff6fb | 2019-01-08 14:33:14 -0800 | [diff] [blame^] | 1 | android_test { |
2 | name: "CallLogBackupTests", | ||||
3 | static_libs: ["mockito-target"], | ||||
4 | libs: [ | ||||
5 | "android.test.runner", | ||||
6 | "android.test.base", | ||||
7 | ], | ||||
8 | // Only compile source java files in this apk. | ||||
9 | srcs: ["src/**/*.java"], | ||||
10 | platform_apis: true, | ||||
11 | instrumentation_for: "CallLogBackup", | ||||
12 | certificate: "shared", | ||||
13 | optimize: { | ||||
14 | enabled: false, | ||||
15 | }, | ||||
16 | } |