No Description

Paul Keith d82010a3ea Use root root for chown 8 years ago
arm ad7fc4180b Repack libs in PrebuiltGmsCore without compression 8 years ago
arm64 9464c98363 Update files 8 years ago
build d82010a3ea Use root root for chown 8 years ago
common 9464c98363 Update files 8 years ago
x86 ad7fc4180b Repack libs in PrebuiltGmsCore without compression 8 years ago
.gitignore 1e2facf59c Move gapps log 8 years ago
LICENSE ee8b7e1415 First commit 10 years ago
Makefile ee8b7e1415 First commit 10 years ago
README.md 976f2b8178 Give credit where credit is due 8 years ago
addond_head 28eb9cdff2 build: Generate addon.d script at build time 8 years ago
addond_tail 28eb9cdff2 build: Generate addon.d script at build time 8 years ago
extract-files.sh feafa1c9b3 Specify a target for setup-makefiles.sh 8 years ago
proprietary-files-arm.txt d7b8223912 Update pinning for PrebuiltGmsCore 8 years ago
proprietary-files-arm64.txt d7b8223912 Update pinning for PrebuiltGmsCore 8 years ago
proprietary-files-common.txt a391eecd98 Add HotwordEnrollment 8 years ago
proprietary-files-x86.txt d7b8223912 Update pinning for PrebuiltGmsCore 8 years ago
setup-makefiles.sh feafa1c9b3 Specify a target for setup-makefiles.sh 8 years ago

README.md

vendor_gapps

GApps for android devices

Build

You can compile your GApps package with GNU make

make distclean

  • Remove output directory

_make gappsarm

  • compile signed flashable GApps for arm

_make gappsarm64

  • compile signed flashable GApps for arm64

_make gappsx86

  • compile signed flashable GApps for x86 (NOT supported atm)

Thanks and Credits

gmrt

  • Mounting of /system script and initial list for gapps

harryyoud, flex1911, raymanfx, deadman96385, jrior001, haggertk, arco

  • Throrough testing

jrizzoli

  • Initial build scripts and build system

luca020400

  • Fixing my makefiles

syphyr

  • Showing me how to repack libs in PrebuiltGmsCore