• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1import init.common.rc
2
3on fs
4    mount_all /vendor/etc/fstab.${ro.hardware} --early
5
6on post-fs
7    # Set supported opengles version
8
9on late-fs
10    mount_all /vendor/etc/fstab.${ro.hardware} --late
11
12