aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2023-09-01 20:39:23 +0000
committerDevin Moore <devinmoore@google.com>2023-09-01 20:39:23 +0000
commit4e874cef9bb1b963d5fe182b88c9672f9b244597 (patch)
tree9426a10595d377013ffd125881ca7450bd12aee6
parentbcdb73f68b0ce42554f8d181d12b7c10840f81f3 (diff)
downloadcommon-4e874cef9bb1b963d5fe182b88c9672f9b244597.tar.gz
Add HIDL support services to GSI
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+. Test: m Bug: 298506436 Change-Id: Iba2d69509493fc37baf17a4a920eb4242ce853de
-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.