idmap: add binderservice permissions

Allow dumpsys to dump process information for bug reports.

Test: build
Test: adb bugreport
Bug: 140541614
Change-Id: Ia361e8c8de2cc5f798e746dffcf067393fd6bcae
This commit is contained in:
Jeff Vander Stoep 2019-09-18 13:45:15 +02:00
parent ff8cd0bee9
commit 0f00cd283e

View File

@ -27,4 +27,5 @@ r_dir_file(idmap, vendor_overlay_file)
# Allow the idmap2d binary to register as a service and communicate via AIDL
binder_use(idmap)
binder_service(idmap)
add_service(idmap, idmap_service)