Using MSDL feedback in Keyguard authentication results.
MSDL tokens are played for success and failed authentication haptics.
This is the first usage of the MSDL language in SysUI.
Test: manual. Authenticating in the lock screen and verifying that MSDL
feedback is played when the flag is on.
Flag: com.android.systemui.msdl_feedback
Bug: 361165906
Bug: 352600066
Change-Id: Ifd3f9d6fa0310a3e3bc55f033703e8e983bdb529
diff --git a/packages/SystemUI/shared/Android.bp b/packages/SystemUI/shared/Android.bp
index 02d39a4..e68da09 100644
--- a/packages/SystemUI/shared/Android.bp
+++ b/packages/SystemUI/shared/Android.bp
@@ -70,6 +70,7 @@
"dagger2",
"jsr330",
"//frameworks/libs/systemui:com_android_systemui_shared_flags_lib",
+ "//frameworks/libs/systemui:msdl",
],
resource_dirs: [
"res",