blob: 9da17db6a57328b62387497503d840790e89297b [file] [log] [blame]
Sasha Smundak89414e12019-03-10 19:48:23 -07001android_test {
2 name: "InternalTests",
3 proto: {
4 type: "nano",
5 },
6 // Include some source files directly to be able to access package members
7 srcs: ["src/**/*.java"],
8 libs: ["android.test.runner"],
9 static_libs: [
10 "junit",
11 "androidx.test.rules",
12 "mockito-target-minus-junit4",
Robert Snoebergera6684f62019-04-02 13:21:42 -040013 "truth-prebuilt",
Hongwei Wang6014caf2020-07-20 18:04:35 -070014 "platform-test-annotations",
Sasha Smundak89414e12019-03-10 19:48:23 -070015 ],
16 java_resource_dirs: ["res"],
17 certificate: "platform",
18 platform_apis: true,
19 test_suites: ["device-tests"],
20}