commit | 0a9a7cb8a62779e71c4cc34a48188055c33ed855 | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Fri Jun 16 23:02:16 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 16 23:02:16 2023 +0000 |
tree | a1c876b3f05dd91a41bf87d19ad58f24f5ae1196 | |
parent | 9673a7bb5bb4910125b0b6837c8eaeaa9ee02a04 [diff] | |
parent | a12ff87b4233fe3509858f47918c32667d7afcb7 [diff] |
Merge "Set the value of using_dynamic_iface_combination_ in the WifiChip constructor." into udc-dev am: 0f1628e1ac am: 7307d00aa8 am: a12ff87b42 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/23699648 Change-Id: I7566e307988fb59232959865d96457c4a7e72c77 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/biometrics/fingerprint/aidl/default/FakeFingerprintEngine.cpp b/biometrics/fingerprint/aidl/default/FakeFingerprintEngine.cpp index 90ec8f2..55462c2 100644 --- a/biometrics/fingerprint/aidl/default/FakeFingerprintEngine.cpp +++ b/biometrics/fingerprint/aidl/default/FakeFingerprintEngine.cpp
@@ -263,11 +263,6 @@ BEGIN_OP(0); std::vector<int32_t> ids; - // There are some enrollment sync issue with framework, which results in - // a single template removal during the very firt sync command after reboot. - // This is a workaround for now. TODO(b/243129174) - ids.push_back(-1); - for (auto& enrollment : FingerprintHalProperties::enrollments()) { auto id = enrollment.value_or(0); if (id > 0) {