Merge "Add biometric AIDL interfaces to the watchdog" into sc-v2-dev am: 559ce89b01

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15974031

Change-Id: I1bdd652fe405d823c29b0768b27d974c3819731e
This commit is contained in:
TreeHugger Robot
2021-10-05 23:34:22 +00:00
committed by Automerger Merge Worker

View File

@@ -142,6 +142,8 @@ public class Watchdog {
); );
public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] { public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] {
"android.hardware.biometrics.face.IFace/",
"android.hardware.biometrics.fingerprint.IFingerprint/",
"android.hardware.light.ILights/", "android.hardware.light.ILights/",
"android.hardware.power.stats.IPowerStats/", "android.hardware.power.stats.IPowerStats/",
}; };