aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-09-13 06:22:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-13 06:22:39 +0000
commit017522a410b95ebcb7b91737dc2f85c93ccde17b (patch)
tree9426a10595d377013ffd125881ca7450bd12aee6
parentd158a6c7be71a768525394cdaf4ff515d0b9a4e6 (diff)
parentdc48eb6a6176f5c62cd79b2116cfbd04c079f094 (diff)
downloadcommon-017522a410b95ebcb7b91737dc2f85c93ccde17b.tar.gz
Merge "Add HIDL support services to GSI" into main am: 896791f050 am: dc48eb6a61
Original change: https://android-review.googlesource.com/c/device/generic/common/+/2736960 Change-Id: I62cad645b86653b42f8e73ea73b6c9073bf407af Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--gsi_system_ext.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/gsi_system_ext.mk b/gsi_system_ext.mk
index ff487e2..7e06f87 100644
--- a/gsi_system_ext.mk
+++ b/gsi_system_ext.mk
@@ -30,6 +30,14 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
CarrierConfig
+# Add these HIDL services to the GSI. They are optional for devices to add to system_ext
+# for HIDL support, so we add them to the GSI to support those devices that rely on them.
+# These can be removed once we stop supporting upgrades for devices with Android V vendor
+# images because HIDL HALs are not allowed for Android V+.
+PRODUCT_PACKAGES += \
+ hwservicemanager \
+ android.hidl.allocator@1.0-service
+
# Install a copy of the debug policy to the system_ext partition, and allow
# init-second-stage to load debug policy from system_ext.
# This option is only meant to be set by compliance GSI targets.