Snap for 11811809 from 7b342c14ea
to 24Q3-release
Change-Id: I57d7d19b40e9a5fa2505d38cddaa31eea9378da5
This commit is contained in:
commit
ef0149eb28
2 changed files with 13 additions and 2 deletions
|
@ -49,3 +49,14 @@ get_prop(edgetpu_tachyon_server, vendor_edgetpu_runtime_prop)
|
|||
get_prop(edgetpu_tachyon_server, vendor_hetero_runtime_prop)
|
||||
# Allow Tachyon service to read EdgeTPU CPU scheduler properties
|
||||
get_prop(edgetpu_tachyon_server, vendor_edgetpu_cpu_scheduler_prop)
|
||||
|
||||
# Allow mlock without size restriction
|
||||
allow edgetpu_tachyon_server self:capability ipc_lock;
|
||||
|
||||
# Need to effectively read file mapped file when mmap + mlocked.
|
||||
allow edgetpu_tachyon_server privapp_data_file:file { map read};
|
||||
|
||||
# For shell level testing of mlock
|
||||
userdebug_or_eng(`
|
||||
allow edgetpu_tachyon_server shell_data_file:file { map read};
|
||||
')
|
||||
|
|
|
@ -5,8 +5,8 @@ PRODUCT_PACKAGES_DEBUG += \
|
|||
dump_ramdump \
|
||||
ramdump \
|
||||
|
||||
# When not AOSP targets
|
||||
ifeq (,$(filter aosp_%, $(TARGET_PRODUCT)))
|
||||
# When neither AOSP nor factory targets
|
||||
ifeq (,$(filter aosp_% factory_%, $(TARGET_PRODUCT)))
|
||||
PRODUCT_PACKAGES += SSRestartDetector
|
||||
PRODUCT_PACKAGES_DEBUG += RamdumpUploader
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue