Snap for 8840107 from 665c22daf1
to udc-release
Change-Id: I66b0e6c5b1e3c18adc3970812dda1a861914e87d
This commit is contained in:
commit
a701fc2080
9 changed files with 9 additions and 12 deletions
|
@ -328,10 +328,6 @@ on init
|
|||
write /sys/class/devfreq/gs_memlat_devfreq:devfreq_mif_cpu6_memlat@17000010/mem_latency/ratio_ceil 3200
|
||||
write /sys/class/devfreq/gs_memlat_devfreq:devfreq_mif_cpu7_memlat@17000010/mem_latency/ratio_ceil 3200
|
||||
|
||||
# For GKI kernel, no device specific modules
|
||||
on init
|
||||
setprop vendor.device.modules.ready 1
|
||||
|
||||
on init && property:ro.boot.hw.soc.rev=0
|
||||
setprop vendor.powerhal.config powerhint_a0.json
|
||||
|
||||
|
@ -473,13 +469,6 @@ on early-boot
|
|||
# Wait for insmod_sh to finish all common modules
|
||||
wait_for_prop vendor.common.modules.ready 1
|
||||
|
||||
# Wait for insmod_sh to finish all device specific modules
|
||||
wait_for_prop vendor.device.modules.ready 1
|
||||
|
||||
# Other services depend on the properties
|
||||
setprop vendor.all.modules.ready 1
|
||||
setprop vendor.all.devices.ready 1
|
||||
|
||||
# Permission for Health Storage HAL
|
||||
chown system system /dev/sys/block/bootdevice/manual_gc
|
||||
|
||||
|
|
|
@ -18,5 +18,5 @@ include device/google/gs101/device-common.mk
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.bluetooth.a2dp_offload.supported=true \
|
||||
persist.bluetooth.a2dp_offload.disabled=false \
|
||||
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
|
||||
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac-opus
|
||||
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
|
||||
EnableOnChipStopNotification="2"
|
||||
PowerMode="3"
|
||||
MinGpsWeekNumber="2216"
|
||||
/>
|
||||
|
||||
<gll_features
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
|
||||
EnableOnChipStopNotification="2"
|
||||
PowerMode="3"
|
||||
MinGpsWeekNumber="2216"
|
||||
/>
|
||||
|
||||
<gll_features
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
|
||||
EnableOnChipStopNotification="2"
|
||||
PowerMode="3"
|
||||
MinGpsWeekNumber="2216"
|
||||
/>
|
||||
|
||||
<gll_features
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
|
||||
EnableOnChipStopNotification="false"
|
||||
PowerMode="3"
|
||||
MinGpsWeekNumber="2216"
|
||||
/>
|
||||
|
||||
<gll_features
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
|
||||
EnableOnChipStopNotification="false"
|
||||
PowerMode="3"
|
||||
MinGpsWeekNumber="2216"
|
||||
/>
|
||||
|
||||
<gll_features
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
|
||||
EnableOnChipStopNotification="false"
|
||||
PowerMode="3"
|
||||
MinGpsWeekNumber="2216"
|
||||
/>
|
||||
|
||||
<gll_features
|
||||
|
|
|
@ -51,6 +51,8 @@ else
|
|||
# to unblock early-boot trigger
|
||||
setprop vendor.common.modules.ready
|
||||
setprop vendor.device.modules.ready
|
||||
setprop vendor.all.modules.ready
|
||||
setprop vendor.all.devices.ready
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue