Loading compatibility_matrices/exclude/fcm_exclude.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -44,8 +44,6 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { static std::vector<std::string> excluded_exact{ static std::vector<std::string> excluded_exact{ // TODO(b/110261831): reduce items in this list // TODO(b/110261831): reduce items in this list "android.hardware.media.bufferpool@1.0", "android.hardware.media.bufferpool@2.0", "android.hardware.tv.cec@2.0", "android.hardware.tv.cec@2.0", "android.hardware.tv.tuner@1.0", "android.hardware.tv.tuner@1.0", Loading @@ -53,6 +51,8 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { // HIDL // HIDL "android.hardware.cas.native@1.0", "android.hardware.cas.native@1.0", "android.hardware.gnss.visibility_control@1.0", "android.hardware.gnss.visibility_control@1.0", "android.hardware.media.bufferpool@1.0", "android.hardware.media.bufferpool@2.0", "android.hardware.radio.config@1.2", "android.hardware.radio.config@1.2", // AIDL // AIDL "android.hardware.biometrics.common", "android.hardware.biometrics.common", Loading Loading
compatibility_matrices/exclude/fcm_exclude.cpp +2 −2 Original line number Original line Diff line number Diff line Loading @@ -44,8 +44,6 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { static std::vector<std::string> excluded_exact{ static std::vector<std::string> excluded_exact{ // TODO(b/110261831): reduce items in this list // TODO(b/110261831): reduce items in this list "android.hardware.media.bufferpool@1.0", "android.hardware.media.bufferpool@2.0", "android.hardware.tv.cec@2.0", "android.hardware.tv.cec@2.0", "android.hardware.tv.tuner@1.0", "android.hardware.tv.tuner@1.0", Loading @@ -53,6 +51,8 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { // HIDL // HIDL "android.hardware.cas.native@1.0", "android.hardware.cas.native@1.0", "android.hardware.gnss.visibility_control@1.0", "android.hardware.gnss.visibility_control@1.0", "android.hardware.media.bufferpool@1.0", "android.hardware.media.bufferpool@2.0", "android.hardware.radio.config@1.2", "android.hardware.radio.config@1.2", // AIDL // AIDL "android.hardware.biometrics.common", "android.hardware.biometrics.common", Loading