diff options
| author | Joshua Blanchard <joshua.lee.bbg@gmail.com> | 2020-10-16 06:58:17 -0400 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2020-12-23 16:27:34 -0500 |
| commit | 8ed17b014af77a38665d5342025c48fa64c6a9d1 (patch) | |
| tree | 43e7da3217e1350aa56ba2928b3ca973bf976e2c | |
| parent | 2a521db9dcdda8672337034dc0506cccb1fa85ed (diff) | |
lake: Set ro.boot.product.hardware.sku during early-init
* Move product hardware sku property to early-init so that the
property is set before hwservicemanager startup.
Change-Id: Icd40af90a242d831ddebce6272c379a30c5e94aa
| -rw-r--r-- | rootdir/etc/init.lake.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/init.lake.rc b/rootdir/etc/init.lake.rc index c15d8df..0c7c96e 100644 --- a/rootdir/etc/init.lake.rc +++ b/rootdir/etc/init.lake.rc @@ -25,6 +25,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +on early-init + setprop ro.boot.product.hardware.sku qcril + on boot # change permission for capsensor chown system system /sys/class/sensors/Moto\ CapSense\ Ch0/enable |
