| package { |
| // See: http://go/android-license-faq |
| default_applicable_licenses: ["frameworks_base_license"], |
| } |
| |
| android_test { |
| name: "MediaRingtoneTests", |
| |
| srcs: ["src/**/*.java"], |
| |
| libs: [ |
| "android.test.base", |
| "android.test.mock", |
| "android.test.runner", |
| ], |
| |
| static_libs: [ |
| "androidx.test.ext.junit", |
| "androidx.test.ext.truth", |
| "androidx.test.rules", |
| "frameworks-base-testutils", |
| "mockito-target-inline-minus-junit4", |
| "testables", |
| "testng", |
| ], |
| |
| jni_libs: [ |
| "libdexmakerjvmtiagent", |
| "libstaticjvmtiagent", |
| ], |
| |
| test_suites: [ |
| "device-tests", |
| "automotive-tests", |
| ], |
| |
| platform_apis: true, |
| certificate: "platform", |
| } |