aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-09-13 08:02:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-13 08:02:33 +0000
commita19ee0f651cd7b21d9caebf5b4052320d11391cf (patch)
tree9426a10595d377013ffd125881ca7450bd12aee6
parentec6a10399a29797173e11ba7922c7055773381dd (diff)
parent017522a410b95ebcb7b91737dc2f85c93ccde17b (diff)
downloadcommon-a19ee0f651cd7b21d9caebf5b4052320d11391cf.tar.gz
Merge "Add HIDL support services to GSI" into main am: 896791f050 am: dc48eb6a61 am: 017522a410
Original change: https://android-review.googlesource.com/c/device/generic/common/+/2736960 Change-Id: Ib86d7dce11fd612fe9386f5b194a966a2563b988 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.