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 \