Snap for 11816316 from ab38b9e239 to 24Q3-release

Change-Id: I180d2b51dcfdf53f0146df81472ce8f3cebd8a45
This commit is contained in:
Android Build Coastguard Worker 2024-05-08 23:01:26 +00:00
commit 02c7934a3e
4 changed files with 3 additions and 15 deletions

View file

@ -14,7 +14,6 @@
/vendor/bin/hw/spad u:object_r:spad_exec:s0
/vendor/bin/hw/android.hardware.gnss-service u:object_r:hal_gnss_default_exec:s0
/vendor/bin/hw/android.hardware.gnss-service.pixel u:object_r:hal_gnss_pixel_exec:s0
# gnss/gps data/log files
/data/vendor/gps(/.*)? u:object_r:vendor_gps_file:s0

View file

@ -7,3 +7,6 @@ allow hal_gnss_default sysfs_gps:file rw_file_perms;
#Read GPS property
get_prop(hal_gnss_default, vendor_gps_prop)
# Binder call to pixel-gnss
binder_call(hal_gnss_default, hal_gnss_pixel)

View file

@ -1,13 +0,0 @@
type hal_gnss_pixel, domain;
hal_server_domain(hal_gnss_pixel, hal_gnss)
type hal_gnss_pixel_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_gnss_pixel)
#IPC between pixel and vendor HAL
binder_call(hal_gnss_pixel, hal_gnss_default)
binder_call(hal_gnss_default, hal_gnss_pixel)
#Read modem state /sys/bus/platform/devices/cpif/modem_state
allow hal_gnss_pixel sysfs_modem_state:file r_file_perms;
allow hal_gnss_pixel sysfs_gps:file rw_file_perms;

View file

@ -1 +0,0 @@
android.hardware.gnss.IGnss/vendor u:object_r:hal_gnss_service:s0