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

Commit 6e04deae authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Replace the HIDL cas service from default vendor images"

parents cf066f01 4f5534b0
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 \