Snap for 11623990 from d4de4ddf90 to 24Q3-release

Change-Id: I5e186a8cecff5af268b00d81f60f58d718c5eaac
This commit is contained in:
Android Build Coastguard Worker 2024-03-25 23:02:22 +00:00
commit ef4291032a
2 changed files with 8 additions and 1 deletions

View file

@ -12,3 +12,10 @@ 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;

View file

@ -6,7 +6,7 @@ ifneq ($(TARGET_BUILD_VARIANT), user)
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/sepolicy/ BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/sepolicy/
# Pixel 5a (barbet) does not support Pixel dump # Pixel 5a (barbet) does not support Pixel dump
ifneq ($(TARGET_PRODUCT), barbet) ifeq (,$(filter barbet%,$(TARGET_PRODUCT)))
PRODUCT_PACKAGES_DEBUG += dump_gyotaku PRODUCT_PACKAGES_DEBUG += dump_gyotaku
BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/dump BOARD_SEPOLICY_DIRS += device/google/gs-common/gyotaku_app/dump
endif endif