Bug: 343280252 Test: b/343280252 compile and abtd test Change-Id: I1cbcce4452b149764876643722a0b37a18dc1b46
9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
#IPC between pixel and vendor HAL
|
|
binder_call(hal_gnss_pixel, hal_gnss_default)
|
|
|
|
#Read modem state
|
|
allow hal_gnss_pixel sysfs_modem_state:file r_file_perms;
|
|
|
|
#Toggle coredump node
|
|
allow hal_gnss_pixel sysfs_gps:file rw_file_perms;
|