Merge changes I4128f428,I8c796dfe am: ce04629db7
am: 99c0909aae
am: 5b38a8187b
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2494537 Change-Id: I7df48a1333ebd094502d48ccf65d4588b1fcad6e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
55a81545b4
1 changed files with 10 additions and 0 deletions
|
@ -149,15 +149,23 @@ binder_call(dumpstate, binderservicedomain)
|
|||
binder_call(dumpstate, { appdomain netd wificond })
|
||||
|
||||
# Allow dumpstate to call dump() on specific hals.
|
||||
dump_hal(hal_audio)
|
||||
dump_hal(hal_audiocontrol)
|
||||
dump_hal(hal_authsecret)
|
||||
dump_hal(hal_bluetooth)
|
||||
dump_hal(hal_broadcastradio)
|
||||
dump_hal(hal_camera)
|
||||
dump_hal(hal_codec2)
|
||||
dump_hal(hal_contexthub)
|
||||
dump_hal(hal_drm)
|
||||
dump_hal(hal_dumpstate)
|
||||
dump_hal(hal_evs)
|
||||
dump_hal(hal_face)
|
||||
dump_hal(hal_fingerprint)
|
||||
dump_hal(hal_gnss)
|
||||
dump_hal(hal_graphics_allocator)
|
||||
dump_hal(hal_graphics_composer)
|
||||
dump_hal(hal_health)
|
||||
dump_hal(hal_identity)
|
||||
dump_hal(hal_input_processor)
|
||||
dump_hal(hal_keymint)
|
||||
|
@ -169,7 +177,9 @@ dump_hal(hal_oemlock)
|
|||
dump_hal(hal_power)
|
||||
dump_hal(hal_power_stats)
|
||||
dump_hal(hal_rebootescrow)
|
||||
dump_hal(hal_sensors)
|
||||
dump_hal(hal_thermal)
|
||||
dump_hal(hal_vehicle)
|
||||
dump_hal(hal_weaver)
|
||||
dump_hal(hal_wifi)
|
||||
|
||||
|
|
Loading…
Reference in a new issue