Merge "Add bluetooth finder hal" into main
This commit is contained in:
commit
fb82802fc0
2 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ var (
|
|||
"android.hardware.broadcastradio.IBroadcastRadio/amfm": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.broadcastradio.IBroadcastRadio/dab": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.bluetooth.IBluetoothHci/default": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.bluetooth.finder.IBluetoothFinder/default": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.camera.provider.ICameraProvider/internal/0": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.camera.provider.ICameraProvider/virtual/0": EXCEPTION_NO_FUZZER,
|
||||
"android.hardware.cas.IMediaCasService/default": EXCEPTION_NO_FUZZER,
|
||||
|
|
|
@ -29,6 +29,7 @@ android.hardware.biometrics.face.IFace/virtual u:object_r:
|
|||
android.hardware.biometrics.fingerprint.IFingerprint/default u:object_r:hal_fingerprint_service:s0
|
||||
android.hardware.biometrics.fingerprint.IFingerprint/virtual u:object_r:hal_fingerprint_service:s0
|
||||
android.hardware.bluetooth.IBluetoothHci/default u:object_r:hal_bluetooth_service:s0
|
||||
android.hardware.bluetooth.finder.IBluetoothFinder/default u:object_r:hal_bluetooth_service:s0
|
||||
android.hardware.bluetooth.audio.IBluetoothAudioProviderFactory/default u:object_r:hal_audio_service:s0
|
||||
android.hardware.broadcastradio.IBroadcastRadio/amfm u:object_r:hal_broadcastradio_service:s0
|
||||
android.hardware.broadcastradio.IBroadcastRadio/dab u:object_r:hal_broadcastradio_service:s0
|
||||
|
|
Loading…
Reference in a new issue