aboutsummaryrefslogtreecommitdiffstats
path: root/TestMediaApp/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'TestMediaApp/Android.bp')
-rw-r--r--TestMediaApp/Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TestMediaApp/Android.bp b/TestMediaApp/Android.bp
index f2f6d59..a2e80e2 100644
--- a/TestMediaApp/Android.bp
+++ b/TestMediaApp/Android.bp
@@ -23,15 +23,14 @@ android_app {
resource_dirs: ["res"],
- platform_apis: true,
+ sdk_version: "system_current",
certificate: "platform",
- // car_car is ok here because this is meant to simulate a third party media app
// Do NOT add dependencies preventing the app from being unbundled (compiled with gradle in Studio).
static_libs: [
- "androidx.car_car",
"androidx.appcompat_appcompat",
+ "androidx-constraintlayout_constraintlayout",
"androidx.preference_preference",
"androidx.legacy_legacy-support-v4",
],