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-14 01:05:38 +0100 |
| commit | c046684ecffa43d75ef6693760d8f1df39810acb (patch) | |
| tree | d102aa498631f7e89065ce1d4aede14216eba45d | |
| parent | 01223d654a6cfc4b3edc9b17d7d18c80fb221a4c (diff) | |
evert: 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.evert.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/init.evert.rc b/rootdir/etc/init.evert.rc index 3ab2ebc..84b9dde 100644 --- a/rootdir/etc/init.evert.rc +++ b/rootdir/etc/init.evert.rc @@ -25,5 +25,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # +on early-init + setprop ro.boot.product.hardware.sku qcril + on property:ro.boot.hardware.sku=XT1926-9 setprop ro.hw.nfc false |
