Sem descrição

Paul Keith 678251b77c Add really shitty shell scripted install scripts há 8 anos atrás
arm ad7fc4180b Repack libs in PrebuiltGmsCore without compression há 8 anos atrás
arm64 ad7fc4180b Repack libs in PrebuiltGmsCore without compression há 8 anos atrás
build 678251b77c Add really shitty shell scripted install scripts há 8 anos atrás
common de08307dae Nuke ConfigUpdater há 8 anos atrás
x86 ad7fc4180b Repack libs in PrebuiltGmsCore without compression há 8 anos atrás
.gitignore c62430937b Ignore content in out/ directory há 8 anos atrás
LICENSE ee8b7e1415 First commit há 10 anos atrás
Makefile ee8b7e1415 First commit há 10 anos atrás
README.md 8f5bc09a0f Fix README instructions há 8 anos atrás
addond_head 28eb9cdff2 build: Generate addon.d script at build time há 8 anos atrás
addond_tail 28eb9cdff2 build: Generate addon.d script at build time há 8 anos atrás
extract-files.sh feafa1c9b3 Specify a target for setup-makefiles.sh há 8 anos atrás
proprietary-files-arm.txt d7b8223912 Update pinning for PrebuiltGmsCore há 8 anos atrás
proprietary-files-arm64.txt d7b8223912 Update pinning for PrebuiltGmsCore há 8 anos atrás
proprietary-files-common.txt de08307dae Nuke ConfigUpdater há 8 anos atrás
proprietary-files-x86.txt d7b8223912 Update pinning for PrebuiltGmsCore há 8 anos atrás
setup-makefiles.sh feafa1c9b3 Specify a target for setup-makefiles.sh há 8 anos atrás

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)