From 97cb15a1f51dae11363b887615ab2447379f5232 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Tue, 21 Nov 2023 02:03:59 +0000 Subject: [PATCH] Add HIDL support services to handheld system_ext Some devices don't use base_system_ext.mk and instead use handheld_system_ext.mk. These also need the HIDL support services for devices launched before V. Test: m Bug: 305873288 Change-Id: Ic482216fa49c12f52668a499dedaa1ed19c0c4a7 --- target/product/handheld_system_ext.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target/product/handheld_system_ext.mk b/target/product/handheld_system_ext.mk index 187b6275bb..1218f7aea8 100644 --- a/target/product/handheld_system_ext.mk +++ b/target/product/handheld_system_ext.mk @@ -29,3 +29,8 @@ PRODUCT_PACKAGES += \ StorageManager \ SystemUI \ WallpaperCropper \ + +# Base modules when shipping api level is less than or equal to 34 +PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34 += \ + hwservicemanager \ + android.hidl.allocator@1.0-service \