diff options
author | Yifan Hong <elsk@google.com> | 2020-10-20 18:59:13 +0000 |
---|---|---|
committer | Yifan Hong <elsk@google.com> | 2020-10-20 18:59:13 +0000 |
commit | 540dc2771adfcf69da51b8933bc7cc3b2c73eefd (patch) | |
tree | e23c8e06539fcc71f2cacf32b97b5d5c550d11cc /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 0b5c62fd7944c674f4c55cf2f86b4d5580748441 (diff) |
Revert "Remove legacy/O/O-MR1 matrices."
Revert "Remove O/O-MR1 kernel configs."
Revert submission 1465685-remove_o_vintf
Reason for revert: target-level 2 devices aren't properly cleaned up
Bug: 171317032
Reverted Changes:
I5a08d616e:Remove O/O-MR1 kernel configs.
I2a65f5a24:Remove legacy/O/O-MR1 matrices.
Change-Id: I47670918183b3f419c6976ab922b87c97c9644cf
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 849df9490b..0eff450348 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -60,18 +60,6 @@ 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) { |