summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUchenna Okoye <uokoye@google.com>2021-03-18 20:03:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-03-18 20:03:57 +0000
commit7d59394696060c4719c915b51485f9d59e32776a (patch)
tree4834136a82ca357badc5c218b91a43f89e05ffee
parentc3c585e07c255d3af5779b5daff7161d9cf1f6fc (diff)
parent52eaef15bbcd28b22b0fd3d2c262b57c04c5d105 (diff)
downloadMessenger-7d59394696060c4719c915b51485f9d59e32776a.tar.gz
Merge "Adds the required Android.bp dependencies" into sc-dev
-rw-r--r--Android.bp17
1 files changed, 12 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 5a071b6..d671cef 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,7 +25,7 @@ android_app {
resource_dirs: ["res"],
- platform_apis: true,
+ sdk_version: "system_current",
required: ["allowed_privapp_com.android.car.messenger"],
@@ -37,14 +37,21 @@ android_app {
privileged: true,
- libs: ["android.car"],
+ libs: ["android.car-system-stubs"],
+ // must be unbundled dependencies
static_libs: [
- "car-apps-common",
- "car-messenger-common",
+ "androidx-constraintlayout_constraintlayout",
+ "androidx.lifecycle_lifecycle-common-java8",
+ "androidx.lifecycle_lifecycle-extensions",
+ "androidx.legacy_legacy-support-v4",
+ "androidx.preference_preference",
+ "androidx.recyclerview_recyclerview",
+ "car-assist-lib",
+ "car-messaging-models",
"car-telephony-common",
+ "car-ui-lib",
"androidx.annotation_annotation",
- "glide-prebuilt",
],
dex_preopt: {