Snap for 11746631 from d8a9aa897d
to 24Q3-release
Change-Id: I3ff881b5988b74ccd9084ec912e2de670981f687
This commit is contained in:
commit
6f8f1622b2
2 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
/dev/acd-audio_ap_offload_tx u:object_r:aoc_device:s0
|
||||
/dev/acd-mel_processor u:object_r:aoc_device:s0
|
||||
/dev/acd-aocx_control u:object_r:aoc_device:s0
|
||||
/dev/acd-aocx_inject[0-9]* u:object_r:aoc_device:s0
|
||||
/dev/acd-aocx_tapout[0-9]* u:object_r:aoc_device:s0
|
||||
/dev/acd-mc_headpos u:object_r:aoc_device:s0
|
||||
|
||||
# AoC vendor binaries
|
||||
|
|
|
@ -5,6 +5,12 @@ PRODUCT_PACKAGES_DEBUG += \
|
|||
dump_ramdump \
|
||||
ramdump \
|
||||
|
||||
# When not AOSP targets
|
||||
ifeq (,$(filter aosp_%, $(TARGET_PRODUCT)))
|
||||
PRODUCT_PACKAGES += SSRestartDetector
|
||||
PRODUCT_PACKAGES_DEBUG += RamdumpUploader
|
||||
endif
|
||||
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/ramdump_and_coredump/sepolicy
|
||||
|
||||
# sscoredump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue