Snap for 8619398 from 9321da065e
to udc-release
Change-Id: I9677081f6f8163b5f469fc46d3e21f38caf06721
This commit is contained in:
commit
836d2cc9bf
5 changed files with 8 additions and 15 deletions
|
@ -219,6 +219,7 @@ on init
|
||||||
chown system system /dev/logbuffer_ttf
|
chown system system /dev/logbuffer_ttf
|
||||||
chown system system /dev/logbuffer_tcpm
|
chown system system /dev/logbuffer_tcpm
|
||||||
chown system system /dev/logbuffer_usbpd
|
chown system system /dev/logbuffer_usbpd
|
||||||
|
chown system system /dev/logbuffer_pogo_transport
|
||||||
chown system system /dev/logbuffer_wireless
|
chown system system /dev/logbuffer_wireless
|
||||||
chown system system /dev/logbuffer_pca9468
|
chown system system /dev/logbuffer_pca9468
|
||||||
chown system system /dev/logbuffer_cpm
|
chown system system /dev/logbuffer_cpm
|
||||||
|
@ -763,15 +764,11 @@ on property:sys.boot_completed=1
|
||||||
# align it with the vendor_group setting
|
# align it with the vendor_group setting
|
||||||
write /proc/vendor_sched/bg_uclamp_max 512
|
write /proc/vendor_sched/bg_uclamp_max 512
|
||||||
write /dev/cpuctl/background/cpu.uclamp.max 50
|
write /dev/cpuctl/background/cpu.uclamp.max 50
|
||||||
write /proc/vendor_sched/bg_group_throttle 512
|
|
||||||
write /proc/vendor_sched/sysbg_uclamp_max 512
|
write /proc/vendor_sched/sysbg_uclamp_max 512
|
||||||
write /dev/cpuctl/system-background/cpu.uclamp.max 50
|
write /dev/cpuctl/system-background/cpu.uclamp.max 50
|
||||||
write /proc/vendor_sched/sysbg_group_throttle 512
|
|
||||||
write /proc/vendor_sched/dex2oat_uclamp_max 615
|
write /proc/vendor_sched/dex2oat_uclamp_max 615
|
||||||
write /dev/cpuctl/dex2oat/cpu.uclamp.max 60
|
write /dev/cpuctl/dex2oat/cpu.uclamp.max 60
|
||||||
write /proc/vendor_sched/dex2oat_group_throttle 615
|
|
||||||
write /proc/vendor_sched/ota_uclamp_max 410
|
write /proc/vendor_sched/ota_uclamp_max 410
|
||||||
write /proc/vendor_sched/ota_group_throttle 410
|
|
||||||
|
|
||||||
# Set PMU freq limit parameters
|
# Set PMU freq limit parameters
|
||||||
write /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/lcpi_threshold 2
|
write /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/lcpi_threshold 2
|
||||||
|
|
|
@ -148,5 +148,10 @@
|
||||||
<!-- Notifications -->
|
<!-- Notifications -->
|
||||||
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
||||||
</exception>
|
</exception>
|
||||||
|
<exception
|
||||||
|
package="com.google.android.apps.work.oobconfig">
|
||||||
|
<!-- Notifications -->
|
||||||
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="true"/>
|
||||||
|
</exception>
|
||||||
</exceptions>
|
</exceptions>
|
||||||
|
|
||||||
|
|
|
@ -39,14 +39,13 @@ BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||||
USE_PIXEL_GRALLOC := false
|
USE_PIXEL_GRALLOC := false
|
||||||
ifeq ($(USE_PIXEL_GRALLOC),true)
|
ifeq ($(USE_PIXEL_GRALLOC),true)
|
||||||
PRODUCT_SOONG_NAMESPACES += hardware/google/gchips/GrallocHAL
|
PRODUCT_SOONG_NAMESPACES += hardware/google/gchips/GrallocHAL
|
||||||
else
|
|
||||||
PRODUCT_SOONG_NAMESPACES += hardware/google/gchips/gralloc4
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
hardware/google/av \
|
hardware/google/av \
|
||||||
hardware/google/gchips \
|
hardware/google/gchips \
|
||||||
hardware/google/graphics/common \
|
hardware/google/graphics/common \
|
||||||
|
hardware/google/gchips/gralloc4 \
|
||||||
hardware/google/graphics/gs101 \
|
hardware/google/graphics/gs101 \
|
||||||
hardware/google/interfaces \
|
hardware/google/interfaces \
|
||||||
hardware/google/pixel \
|
hardware/google/pixel \
|
||||||
|
|
|
@ -375,6 +375,7 @@ void DumpstateDevice::dumpPowerSection(int fd) {
|
||||||
"echo \"contaminant_detection_status:\"; cat $f/contaminant_detection_status; done"});
|
"echo \"contaminant_detection_status:\"; cat $f/contaminant_detection_status; done"});
|
||||||
|
|
||||||
DumpFileToFd(fd, "PD Engine", "/dev/logbuffer_usbpd");
|
DumpFileToFd(fd, "PD Engine", "/dev/logbuffer_usbpd");
|
||||||
|
DumpFileToFd(fd, "POGO Transport", "/dev/logbuffer_pogo_transport");
|
||||||
DumpFileToFd(fd, "PPS-google_cpm", "/dev/logbuffer_cpm");
|
DumpFileToFd(fd, "PPS-google_cpm", "/dev/logbuffer_cpm");
|
||||||
DumpFileToFd(fd, "PPS-dc", "/dev/logbuffer_pca9468");
|
DumpFileToFd(fd, "PPS-dc", "/dev/logbuffer_pca9468");
|
||||||
|
|
||||||
|
|
|
@ -53,15 +53,6 @@
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
</interface>
|
</interface>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.renderscript</name>
|
|
||||||
<transport arch="32+64">passthrough</transport>
|
|
||||||
<version>1.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>IDevice</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
<hal format = "hidl">
|
<hal format = "hidl">
|
||||||
<name>android.hardware.dumpstate</name>
|
<name>android.hardware.dumpstate</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue