diff options
author | Joseph Jang <josephjang@google.com> | 2020-10-05 03:23:26 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-10-05 03:23:26 +0000 |
commit | d4f5010d14d80c82b19f54a43aa35483ffd019e8 (patch) | |
tree | 9679aeea0711ac0c4b270f1e31b18ed1e474520e /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 5b436e33efcfc48df0aa093de1e61d5439c87f09 (diff) | |
parent | 41eca45f7dbea72b838fe393224f9458950c7a66 (diff) |
Merge "fastboot: add a new oem command for post wipe userdata" am: 4433d35af9 am: a174737057 am: 41eca45f7d
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1435112
Change-Id: Iadd41e55e98bff0b8fd058429f8ec9123c0e3627
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 4240788ea1..459a6e2fc8 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -58,6 +58,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) { |