diff options
author | Joseph Jang <josephjang@google.com> | 2020-10-05 08:31:05 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-10-05 08:31:05 +0000 |
commit | 60f0ae4b7628e5a3caafc81d5195a0c4cef6f6f3 (patch) | |
tree | c7bafa4c729144f75a42e4639fb154fddc0a77ef /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 1f06fed9b351060ebbbac09b720df9e43b65e518 (diff) | |
parent | 6fa34c3cb3c42986160bc0513fbd65fa9cd8240e (diff) |
Merge "fastboot: add a new oem command for post wipe userdata" am: 4433d35af9 am: a174737057 am: 41eca45f7d am: d4f5010d14 am: 6fa34c3cb3
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1435112
Change-Id: I8eadbef947f342925dd8a1d89644983135e5346d
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 20b72812c7..8ec37a153a 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -59,6 +59,7 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { // 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. "android.hardware.fastboot@1.0", + "android.hardware.fastboot@1.1", }; auto package_has_prefix = [&](const std::string& prefix) { |