Hi,davemf:
You can follow below steps to build gapps.
###Steps
- Download the gapps file from github
$ cd <path-to-your-project>
$ cd vendor/amlogic
$ git clone https://github.com/terry2droid/google
- Enable GAPPS by edit ‘device/khadas/kvim/kvim.mk’:
BUILD_WITH_GAPPS_CONFIG :=true
- Build your rom again
$ cd <path-to-your-project>
$ make installclean
$ make -jN otapackage