Snap for 11800966 from cf6bac7558 to 24Q3-release

Change-Id: Id3279ae02c4f1b2bcc4988edeb33b2e826b54ff1
This commit is contained in:
Android Build Coastguard Worker 2024-05-04 01:02:31 +00:00
commit 390075f152
3 changed files with 1 additions and 18 deletions

View file

@ -6,9 +6,6 @@ PRODUCT_PACKAGES += \
android.hardware.audio.service-aidl.aoc \ android.hardware.audio.service-aidl.aoc \
vendor.google.whitechapel.audio.hal.parserservice \ vendor.google.whitechapel.audio.hal.parserservice \
# AIDL software effects. These are the effects supporting in all projects.
# For the project-specific effects, such as haptic generator, please add them
# to makefile in the project's device folder.
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libvisualizeraidl \ libvisualizeraidl \
libbundleaidl \ libbundleaidl \
@ -16,6 +13,7 @@ PRODUCT_PACKAGES += \
libdynamicsprocessingaidl \ libdynamicsprocessingaidl \
libloudnessenhanceraidl \ libloudnessenhanceraidl \
libdownmixaidl \ libdownmixaidl \
libhapticgeneratoraidl \
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/aidl
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hdmi_audio BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hdmi_audio

View file

@ -11,6 +11,3 @@ 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,15 +12,3 @@ 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;