From d756813799656a4c7871af0f1f5ac9916f12a9b8 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Tue, 2 Apr 2024 22:56:55 +0000 Subject: [PATCH] Stop adding HIDL support services in handheld_system_ext.mk This is already added in product/media_system_ext.mk so it doesn't need to be added again. Test: m Bug: 332548148 Change-Id: I11be0c8f2fb788df19df7e531ed3d8e3b1381d0f --- target/product/handheld_system_ext.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/target/product/handheld_system_ext.mk b/target/product/handheld_system_ext.mk index 1218f7aea8..187b6275bb 100644 --- a/target/product/handheld_system_ext.mk +++ b/target/product/handheld_system_ext.mk @@ -29,8 +29,3 @@ 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 \