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

Commit e680e3e0 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge changes I267b3ae9,Ic14d2257 am: a2f5b0bc am: d0fd2065 am: 7a3eedb0...

Merge changes I267b3ae9,Ic14d2257 am: a2f5b0bc am: d0fd2065 am: 7a3eedb0 am: a40a55aa am: 5e71ed7b

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1427726

Change-Id: I8dda6f775e995b9f79a1f49cb2747004bf9dc29b
parents 327f5b47 5e71ed7b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -44,9 +44,6 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {

    static std::vector<std::string> excluded_exact{
            // TODO(b/110261831): reduce items in this list
            "android.hardware.audio@7.0",
            "android.hardware.audio.effect@7.0",
            "android.hardware.fastboot@1.0",
            "android.hardware.media.bufferpool@1.0",
            "android.hardware.media.bufferpool@2.0",
            "android.hardware.tv.cec@2.0",
@@ -62,6 +59,10 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {
            "android.hardware.common",
            "android.hardware.graphics.common",
            "android.hardware.keymaster",

            // Fastboot HAL is only used by recovery. Recovery is owned by OEM. Framework
            // does not depend on this HAL, hence it is not declared in any manifests or matrices.
            "android.hardware.fastboot@1.0",
    };

    auto package_has_prefix = [&](const std::string& prefix) {