Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f5534b0 authored by Devin Moore's avatar Devin Moore
Browse files

Replace the HIDL cas service from default vendor images

This has been converted to AIDL.

Test: none
Bug: 227673974
Change-Id: I7eaef8da34d29c448358749d331758cbed7851df
parent 89a9f55d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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 \