Merge changes from topic "upstream-hal-v6" am: 9eba10e17f

am: 05406a1175

Change-Id: Id50feb48aad512cd93b7d0d3fada0f0599470dbf
This commit is contained in:
Kevin Rocard
2019-11-08 10:07:27 -08:00
committed by android-build-merger

View File

@@ -103,6 +103,8 @@ public class Watchdog extends Thread {
public static final List<String> HAL_INTERFACES_OF_INTEREST = Arrays.asList( public static final List<String> HAL_INTERFACES_OF_INTEREST = Arrays.asList(
"android.hardware.audio@2.0::IDevicesFactory", "android.hardware.audio@2.0::IDevicesFactory",
"android.hardware.audio@4.0::IDevicesFactory", "android.hardware.audio@4.0::IDevicesFactory",
"android.hardware.audio@5.0::IDevicesFactory",
"android.hardware.audio@6.0::IDevicesFactory",
"android.hardware.biometrics.face@1.0::IBiometricsFace", "android.hardware.biometrics.face@1.0::IBiometricsFace",
"android.hardware.bluetooth@1.0::IBluetoothHci", "android.hardware.bluetooth@1.0::IBluetoothHci",
"android.hardware.camera.provider@2.4::ICameraProvider", "android.hardware.camera.provider@2.4::ICameraProvider",