blob: 84dcf39ad6efc75e60de62931684241aef525ba9 [file]
package {
default_team: "trendy_team_multitasking_windowing",
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test {
name: "ApiDemos",
// Only compile source java files in this apk.
srcs: [
"src/**/*.java",
"src/com/example/android/apis/app/IRemoteService.aidl",
"src/com/example/android/apis/app/IRemoteServiceCallback.aidl",
"src/com/example/android/apis/app/ISecondary.aidl",
],
static_libs: [
"androidx-constraintlayout_constraintlayout",
"androidx.legacy_legacy-support-v4",
// For media3 and exoplayer
"androidx.media3.media3-common",
"androidx.media3.media3-exoplayer",
"androidx.media3.media3-ui",
"androidx.media3.media3-session",
],
sdk_version: "current",
dex_preopt: {
enabled: false,
},
test_suites: ["device-tests"],
}