Merge "Replace the HIDL cas service from default vendor images" am: 6e04deaec9 am: d5cbd27c6e am: 8d9bff909c

Original change: https://android-review.googlesource.com/c/platform/build/+/2380863

Change-Id: Ic2b83c9cc62e07468b03f263c7a809fb845054b6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Devin Moore
2023-01-18 18:37:14 +00:00
committed by Automerger Merge Worker

View File

@@ -46,7 +46,7 @@ PRODUCT_HOST_PACKAGES += \
# Base modules and settings for the vendor partition.
PRODUCT_PACKAGES += \
android.hardware.cas@1.2-service \
android.hardware.cas-service.example \
boringssl_self_test_vendor \
dumpsys_vendor \
fs_config_files_nonsystem \
@@ -81,7 +81,11 @@ ifneq ($(TARGET_SUPPORTS_OMX_SERVICE),false)
endif
# Base module when shipping api level is less than or equal to 29
# Base modules when shipping api level is less than or equal to 33
PRODUCT_PACKAGES_SHIPPING_API_LEVEL_33 += \
android.hardware.cas@1.2-service \
# Base modules when shipping api level is less than or equal to 29
PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29 += \
android.hardware.configstore@1.1-service \
vndservice \