Gapps and SU on SOC?

Hi,davemf:
You can follow below steps to build gapps.

###Steps

  1. Download the gapps file from github
$ cd <path-to-your-project>
$ cd vendor/amlogic
$ git clone https://github.com/terry2droid/google
  1. Enable GAPPS by edit ‘device/khadas/kvim/kvim.mk’:
BUILD_WITH_GAPPS_CONFIG :=true
  1. Build your rom again
$ cd <path-to-your-project>
$ make  installclean
$ make  -jN otapackage
4 Likes