diff options
author | Sarah Chin <sarahchin@google.com> | 2021-09-20 13:45:18 -0700 |
---|---|---|
committer | Sarah Chin <sarahchin@google.com> | 2021-09-22 12:57:43 -0700 |
commit | bd8e4761482df950fce906d75a306e29cab5f8f6 (patch) | |
tree | 291bdc84926fd4c694be550834728f3c2f50e9b1 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | d7c4d516f1d45257a3ebadd151d058dc5479ad5c (diff) |
Create IRadio modules
Test: build
Bug: 198331451
Change-Id: I6721498d5a0f535fa2fdfac7485765c740e82682
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 e67c892523..d8c9170000 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -56,6 +56,7 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { "android.hardware.common.fmq", "android.hardware.graphics.common", "android.hardware.keymaster", + "android.hardware.radio", // 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. |