aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-09-13 11:25:28 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-13 11:25:28 +0000
commit0cb014c9f6244462121f979f2522bf51f1a7cd5f (patch)
tree9426a10595d377013ffd125881ca7450bd12aee6
parent41115cc144d5469b7b465b7d8b7f3e5a5ccf9f21 (diff)
parentd199a050555c0dfb7671e5808e6413d0f11d8b13 (diff)
downloadcommon-0cb014c9f6244462121f979f2522bf51f1a7cd5f.tar.gz
Merge "Add HIDL support services to GSI" into main am: 896791f050 am: dc48eb6a61 am: 017522a410 am: a19ee0f651 am: d199a05055
Original change: https://android-review.googlesource.com/c/device/generic/common/+/2736960 Change-Id: Ic683bed1ad22d5dd3c62a76aecd107e85430dbf6 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.