Snap for 11794304 from a7d1cea1ef to 24Q3-release

Change-Id: Ia3d5dadbc876654dcccd905660681009454fb5ef
This commit is contained in:
Android Build Coastguard Worker 2024-05-02 23:02:21 +00:00
commit 1161ba4d6b
3 changed files with 16 additions and 1 deletions

View file

@ -11,3 +11,6 @@ get_prop(hal_gnss_default, vendor_gps_prop)
#IPC between pixel and vendor HAL #IPC between pixel and vendor HAL
binder_call(hal_gnss_default, hal_gnss_pixel) binder_call(hal_gnss_default, hal_gnss_pixel)
# Allow connect to gnss service
allow hal_gnss_default vendor_gps_file:fifo_file create_file_perms;

View file

@ -12,3 +12,15 @@ allow hal_gnss_pixel sysfs_modem_state:file r_file_perms;
#Toggle coredump node #Toggle coredump node
allow hal_gnss_pixel sysfs_gps:file rw_file_perms; allow hal_gnss_pixel sysfs_gps:file rw_file_perms;
# Allow access to CHRE multiclient HAL.
get_prop(hal_gnss_pixel, vendor_chre_hal_prop)
# Allow binder to CHRE.
binder_call(hal_gnss_pixel, hal_contexthub_default)
allow hal_gnss_pixel hal_contexthub_service:service_manager find;
# Allow connect to gnss service
allow hal_gnss_pixel vendor_gps_file:dir create_dir_perms;
allow hal_gnss_pixel vendor_gps_file:fifo_file create_file_perms;

View file

@ -1,3 +1,3 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/touch/twoshay/sepolicy BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/touch/twoshay/sepolicy
PRODUCT_PACKAGES += twoshay PRODUCT_PACKAGES += twoshay
PRODUCT_SOONG_NAMESPACES += vendor/google/input/twoshay PRODUCT_SOONG_NAMESPACES += vendor/google/interfaces vendor/google/input/twoshay