diff options
author | Kevin Chyn <kchyn@google.com> | 2020-09-15 13:01:40 -0700 |
---|---|---|
committer | Kevin Chyn <kchyn@google.com> | 2020-09-16 13:59:33 -0700 |
commit | 7d3fdf5ef6a46da024173ae341679bc850bdc30e (patch) | |
tree | 3a2b67fe5246a408449e14eac76edf16d86220f5 /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 4fd960f90a6fe66f15a5bc654d2d836c4a5980cc (diff) |
Add android.hardware.biometrics.common
Bug: 168541000
Test: make -j56 android.hardware.biometrics.common-update-api
Test: make -j56 android.hardware.biometrics.fingerprint-update-api
Test: make -j56 android.hardware.biometrics.fingerprint-service.example
Change-Id: Icaa1c2a0363a7fa446747ef89b5e50ca44dcd42e
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 50653a15a2..ce25a1936d 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) { "android.hardware.gnss.visibility_control@1.0", "android.hardware.radio.config@1.2", // AIDL + "android.hardware.biometrics.common", "android.hardware.common", "android.hardware.graphics.common", "android.hardware.keymaster", |