Snap for 12551711 from 33f3bf6e45
to 25Q1-release
Change-Id: I899ba6a53c08349c3ecf3fba2026469363e4ceb2
This commit is contained in:
commit
75140f7aa6
3 changed files with 13 additions and 0 deletions
|
@ -22,6 +22,7 @@ TARGET_SOC := gs201
|
|||
TARGET_SOC_NAME := google
|
||||
|
||||
USES_DEVICE_GOOGLE_GS201 := true
|
||||
$(call soong_config_set,CitadelProvision,target_soc,gs201)
|
||||
|
||||
TARGET_ARCH := arm64
|
||||
TARGET_ARCH_VARIANT := armv8-2a
|
||||
|
|
|
@ -15,6 +15,15 @@ on init
|
|||
chown system system /sys/devices/platform/sjtag_gsa/interface/end
|
||||
chown system system /sys/devices/platform/sjtag_gsa/interface/pubkey
|
||||
|
||||
# HSUM separated main user from the SYSTEM user, granting write permissions
|
||||
# for write only SJTAG sysfs files
|
||||
chmod 220 /sys/devices/platform/sjtag_ap/interface/auth
|
||||
chmod 220 /sys/devices/platform/sjtag_ap/interface/begin
|
||||
chmod 220 /sys/devices/platform/sjtag_ap/interface/end
|
||||
chmod 220 /sys/devices/platform/sjtag_gsa/interface/auth
|
||||
chmod 220 /sys/devices/platform/sjtag_gsa/interface/begin
|
||||
chmod 220 /sys/devices/platform/sjtag_gsa/interface/end
|
||||
|
||||
on property:vendor.debug.ramdump.force_crash=true
|
||||
write /sys/kernel/pixel_debug/trigger "null"
|
||||
|
||||
|
|
|
@ -284,6 +284,9 @@
|
|||
<!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
|
||||
<bool name="config_zramWriteback">true</bool>
|
||||
|
||||
<!-- the number of the max cached processes in the system. -->
|
||||
<integer name="config_customizedMaxCachedProcesses">1024</integer>
|
||||
|
||||
<!-- List of system components which are allowed to receive ServiceState entries in an
|
||||
un-sanitized form, even if the location toggle is off. This is intended ONLY for system
|
||||
components, such as the telephony stack, which require access to the full ServiceState for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue