commit | 917e4bc2144f30c3267bebd53e7a4b4738c34160 | [log] [tgz] |
---|---|---|
author | Chandru <chandruis@google.com> | Fri Aug 19 14:25:31 2022 +0000 |
committer | Chandru <chandruis@google.com> | Wed Sep 07 18:51:51 2022 +0000 |
tree | 06e996672d5c2b25a1bf38d921a27d0446852748 | |
parent | 33c34d0a19576a463467858f52ac0c690a88aad8 [diff] [blame] |
Log UiEvents whenever FaceAuth is triggered. Test: atest KeyguardUpdateMonitor passes Test: $ANDROID_HOST_OUT/bin/statsd_testdrive -terse 90 shows the Test: atest FaceAuthReaonTest passes triggered face auth UI events. Bug: 238809124 Change-Id: I6cb04f7cccdaf92e77b8e5691bf5ac458928ff86 Merged-In: I6cb04f7cccdaf92e77b8e5691bf5ac458928ff86
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 182f49c..f50dc74 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp
@@ -212,6 +212,7 @@ "kotlinx-coroutines-android", "kotlinx-coroutines-core", "kotlinx_coroutines_test", + "kotlin-reflect", "iconloader_base", "SystemUI-tags", "SystemUI-proto",