13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
|
import init.common.rc
|
||
|
|
||
|
on fs
|
||
|
mount_all /vendor/etc/fstab.${ro.hardware} --early
|
||
|
|
||
|
on post-fs
|
||
|
# Set supported opengles version
|
||
|
setprop ro.hardware.hwcomposer drm_hikey960
|
||
|
|
||
|
on late-fs
|
||
|
mount_all /vendor/etc/fstab.${ro.hardware} --late
|
||
|
|