diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-09-30 15:37:30 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-10-31 12:34:43 +0100 |
commit | 4cc0d4e5951946db51a69fea095b81022923010a (patch) | |
tree | 5a53762f358f882c8f8bacff1a5941092add55af | |
parent | 6ff1f1ff5c43d9b48681a0768fe35656608b54e4 (diff) |
z2_plus: Define type of hardware in system.prop
* not being using qcom power hal we have to declare the type of hardware here, otherwise the init.qcom.rc file wouldn't get loaded
* this also fixes performance governor on boot
Signed-off-by: dd3boh <dade.garberi@gmail.com>
-rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index e46f9d1..3783dba 100644 --- a/system.prop +++ b/system.prop @@ -163,6 +163,9 @@ persist.data.df.mux_count=8 persist.data.df.iwlan_mux=9 persist.data.df.dev_name=rmnet_usb0 +# Define hardware +ro.hardware=qcom + # TimeService persist.timed.enable=true |