summaryrefslogtreecommitdiff
path: root/compatibility_matrices/exclude/fcm_exclude.cpp
diff options
context:
space:
mode:
authorJoseph Jang <josephjang@google.com>2020-10-05 08:06:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-05 08:06:49 +0000
commit6fa34c3cb3c42986160bc0513fbd65fa9cd8240e (patch)
treeefee01d95013fc2417e52b81bed98c4c4e4cc4a6 /compatibility_matrices/exclude/fcm_exclude.cpp
parent7a4a65d680d553876172bd1d72d08ea257580b34 (diff)
parentd4f5010d14d80c82b19f54a43aa35483ffd019e8 (diff)
Merge "fastboot: add a new oem command for post wipe userdata" am: 4433d35af9 am: a174737057 am: 41eca45f7d am: d4f5010d14
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1435112 Change-Id: If6681ca0335ba29d207df8824b3f756e15751870
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r--compatibility_matrices/exclude/fcm_exclude.cpp1
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) {