Enable ART automatic CPU feature detection. Also fix some devices using a wrong kryo name
This commit is contained in:
parent
6845890690
commit
cb2ce15028
@ -770,3 +770,10 @@ if getprop ro.vendor.build.fingerprint |grep -q vsmart/V620A_open;then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
setprop vendor.display.res_switch_en 1
|
setprop vendor.display.res_switch_en 1
|
||||||
|
|
||||||
|
setprop dalvik.vm.isa.arm64.features runtime
|
||||||
|
if getprop ro.bionic.cpu_variant |grep -q kryo300;then
|
||||||
|
resetprop ro.bionic.cpu_variant cortex-a75
|
||||||
|
setprop dalvik.vm.isa.arm64.variant cortex-a75
|
||||||
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user