From 23a52ecdb9be6d09d3d5a0baab1bb9d2f93c30a0 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Fri, 9 Oct 2020 13:37:12 -0700 Subject: [PATCH] Add android.hardware.common.fmq to fcm_exclude There is no top level interface in this package. Test: m Bug: 142326204 Change-Id: I895561ba265ea534b2da1f29f1d3056d0a9e452d --- compatibility_matrices/exclude/fcm_exclude.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 459a6e2fc8..0eff450348 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -52,6 +52,7 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { "android.hardware.radio.config@1.2", // AIDL "android.hardware.common", + "android.hardware.common.fmq", "android.hardware.graphics.common", "android.hardware.keymaster",