Google Play Services for Khadas VIM3L

Hi,

I had to install a custom Android 9 image on my VIM3L but it comes with no Google Play Services.

I see that it’s possible to add google play services using NikGapps or Open GApps but I am not sure how to do that, I tried to download GApps and perform an update but with no luck.

Did anyone managed to add Google Play Services to a custom Android 9 ROM? if yes, please let me know how I can do that.

Thank you.

1. Modify the file 'PROJECT/device/khadas/kvim.mk' or 'PROJECT/device/khadas/kvim3.mk'Change the property 'BUILD_WITH_GAPPS_CONFIG' from false to true

2. Download the google repertory into the path 'PROJECT/vendor/amlogic/'
<1> cd PROJECT/vendor/amlogic/
<2> git clone https://github.com/terry2droid/google google -b Pie-arm

3. Build yourself ROM again

L: VIM1 Pie add GAPPS - #4 by ultradimas