Snap for 10255078 from 5850f2114e to udc-qpr1-release

Change-Id: I599ab39504ce92f2f50d32a2819506143666eb4c
This commit is contained in:
Android Build Coastguard Worker 2023-06-03 05:07:18 +00:00
commit afbb956ef2
2 changed files with 2 additions and 13 deletions

View file

@ -80,9 +80,6 @@ on post-fs-data
chown system system /sys/devices/platform/odm/odm:fp_fpc1020/irq chown system system /sys/devices/platform/odm/odm:fp_fpc1020/irq
chown system system /sys/devices/platform/odm/odm:fp_fpc1020/wakeup_enable chown system system /sys/devices/platform/odm/odm:fp_fpc1020/wakeup_enable
on property:ro.vendor.trusty.storage.fs_ready=1
exec_background - system shell -- /vendor/bin/trusty_apploader /vendor/firmware/1540.app
# Permissions for hwcomposer # Permissions for hwcomposer
on fs on fs
chown system system /sys/class/backlight/panel0-backlight/cabc_mode chown system system /sys/class/backlight/panel0-backlight/cabc_mode
@ -113,14 +110,6 @@ on property:vendor.thermal.link_ready=1
chown system system /dev/thermal/tz-by-name/neutral_therm/trip_point_0_temp chown system system /dev/thermal/tz-by-name/neutral_therm/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/neutral_therm/trip_point_0_hyst chown system system /dev/thermal/tz-by-name/neutral_therm/trip_point_0_hyst
# Override SF and RE uclamps to 0 on boot after being set elsewhere, for adpf cpu hints
on property:sys.boot_completed=1
trigger override-sf-uclamp
on override-sf-uclamp
write /proc/vendor_sched/rt_uclamp_min 0
write /proc/vendor_sched/sf_uclamp_min 0
# Pogo # Pogo
on post-fs on post-fs
chown root system /sys/devices/platform/google,pogo/move_data_to_usb chown root system /sys/devices/platform/google,pogo/move_data_to_usb

View file

@ -14,8 +14,8 @@
# limitations under the License. # limitations under the License.
# #
TARGET_KERNEL_DIR ?= device/google/tangorpro-kernel-staging TARGET_KERNEL_DIR ?= device/google/tangorpro-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/tangorpro-kernel-staging/kernel-headers TARGET_BOARD_KERNEL_HEADERS := device/google/tangorpro-kernel/kernel-headers
TARGET_RECOVERY_DEFAULT_ROTATION := ROTATION_LEFT TARGET_RECOVERY_DEFAULT_ROTATION := ROTATION_LEFT
BOARD_WITHOUT_RADIO := true BOARD_WITHOUT_RADIO := true