diff options
author | Devin Moore <devinmoore@google.com> | 2020-10-13 14:58:08 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-10-13 14:58:08 +0000 |
commit | 1fa07549e19dd35dddc3e83f5b47f7b01c687f72 (patch) | |
tree | 6d3c84304ac0ad2b242b68b6d99db55cf07d6c63 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 6c6fd401a863dd2526f0828b338a933c430eebca (diff) | |
parent | 23a52ecdb9be6d09d3d5a0baab1bb9d2f93c30a0 (diff) |
Merge changes from topic "move_fmq"
* changes:
Add android.hardware.common.fmq to fcm_exclude
Move AIDL FMQ types from android.hardware.common
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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", |