diff options
author | Yifan Hong <elsk@google.com> | 2020-10-19 11:07:58 -0700 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2020-10-19 17:37:11 -0700 |
commit | 0b5c62fd7944c674f4c55cf2f86b4d5580748441 (patch) | |
tree | c65c240eb6241cb54b09eaf2c60a169d1d9ffa18 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 9ac41106d8cd552b9f86781f772eae3c106294f7 (diff) |
Remove legacy/O/O-MR1 matrices.
Devices with legacy/O/O-MR1 VINTF won't be able to
update to Android S. Devices launching with pre-O,
O, or O-MR1 will need to update its VINTF to P and
above to work with Android S.
Test: builds
Bug: 163419744
Bug: 171260360
Bug: 171260613
Bug: 171260670
Bug: 171260715
Change-Id: I2a65f5a24c0731df9c4247bf9dd2616c2279042f
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 0eff450348..849df9490b 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -60,6 +60,18 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { // does not depend on this HAL, hence it is not declared in any manifests or matrices. "android.hardware.fastboot@1.0", "android.hardware.fastboot@1.1", + + // Deprecated HALs. + // HIDL + // TODO(b/171260360) Remove when HAL definition is removed + "android.hardware.audio.effect@2.0", + "android.hardware.audio@2.0", + // TODO(b/171260613) Remove when HAL definition is removed + "android.hardware.health@1.0", + // TODO(b/171260670) Remove when HAL definition is removed + "android.hardware.nfc@1.0", + // TODO(b/171260715) Remove when HAL definition is removed + "android.hardware.radio.deprecated@1.0", }; auto package_has_prefix = [&](const std::string& prefix) { |