1 2 3 4 5 6 7 8 9 10 11 12
android_test { name: "FrameworkPermissionTests", // Include all test java files. srcs: ["src/**/*.java"], libs: [ "android.test.runner", "telephony-common", "android.test.base", ], static_libs: ["junit"], platform_apis: true, }