diff options
| author | Joshua Blanchard <joshua.lee.bbg@gmail.com> | 2020-10-16 06:58:17 -0400 |
|---|---|---|
| committer | Joshua Blanchard <joshua.lee.bbg@gmail.com> | 2021-01-09 14:34:32 -0500 |
| commit | 31fa9ebd0441a9d13fd375d9dff3cea4ec6afe8e (patch) | |
| tree | 2883599d95241bc0fa32c353542be6a7342c5421 | |
| parent | fecdfc82ab55d49f73a7bd90b3dde904e701d99a (diff) | |
beckham: 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.beckham.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/init.beckham.rc b/rootdir/etc/init.beckham.rc index 60e9f53..474aad9 100644 --- a/rootdir/etc/init.beckham.rc +++ b/rootdir/etc/init.beckham.rc @@ -25,6 +25,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +on early-init + setprop ro.boot.product.hardware.sku qcril + on post-fs-data # Start Loading mods kernel modules start vendor.gbmodinstall |
