mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
This also enables us to remove the vendor_executes_system_violator attribute from all the vendor scripts launched from init. Bug: 37914554 Test: Build and boot and ensure all services exited with status 0. Change-Id: If692b17b45f91ff128608c3f6e9524847c1af69f Signed-off-by: Sandeep Patil <sspatil@google.com>
6 lines
116 B
Bash
6 lines
116 B
Bash
#! /vendor/bin/sh
|
|
|
|
echo 1 > /sys/kernel/boot_adsp/boot
|
|
echo 1 > /sys/kernel/boot_slpi/boot
|
|
setprop sys.qcom.devup 1
|