summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUchenna Okoye <uokoye@google.com>2021-03-18 22:04:07 +0000
committerUchenna Okoye <uokoye@google.com>2021-03-18 22:04:07 +0000
commitd58e7f2ee8606ddbbf329577760ed0e931968dbe (patch)
tree4426f3813862c26564d0ea826b84fce222c8dad8
parent52eaef15bbcd28b22b0fd3d2c262b57c04c5d105 (diff)
downloadMessenger-d58e7f2ee8606ddbbf329577760ed0e931968dbe.tar.gz
Revert "Adds the required Android.bp dependencies"
This reverts commit 52eaef15bbcd28b22b0fd3d2c262b57c04c5d105. Reason for revert: Needs to fix authoring Change-Id: I6de66b3e5284f5fb8b51148d2c4b916a59a75667
-rw-r--r--Android.bp17
1 files changed, 5 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index d671cef..5a071b6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,7 +25,7 @@ android_app {
resource_dirs: ["res"],
- sdk_version: "system_current",
+ platform_apis: true,
required: ["allowed_privapp_com.android.car.messenger"],
@@ -37,21 +37,14 @@ android_app {
privileged: true,
- libs: ["android.car-system-stubs"],
+ libs: ["android.car"],
- // must be unbundled dependencies
static_libs: [
- "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-apps-common",
+ "car-messenger-common",
"car-telephony-common",
- "car-ui-lib",
"androidx.annotation_annotation",
+ "glide-prebuilt",
],
dex_preopt: {