diff options
author | Joseph Jang <josephjang@google.com> | 2020-10-05 03:05:49 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-10-05 03:05:49 +0000 |
commit | 41eca45f7dbea72b838fe393224f9458950c7a66 (patch) | |
tree | be6f788f5623c360dcc4fe43352d41a3a6d5c6cb /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 1acc56795221a9a90ad33f9e296b70af6a6583aa (diff) | |
parent | a174737057c6cced8ae6f54c2e2601162413d400 (diff) |
Merge "fastboot: add a new oem command for post wipe userdata" am: 4433d35af9 am: a174737057
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1435112
Change-Id: Icdbb210d09235ea5c982976d54f7332a66521c7b
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) { |