Sin descripción

Paul Keith d5900b2891 Move all gapps to a system/ folder hace 8 años
arm 2c6d5966f7 Fix makefile guarding (for real) hace 8 años
arm64 2c6d5966f7 Fix makefile guarding (for real) hace 8 años
build d5900b2891 Move all gapps to a system/ folder hace 8 años
common 2c6d5966f7 Fix makefile guarding (for real) hace 8 años
.gitignore c62430937b Ignore content in out/ directory hace 8 años
LICENSE ee8b7e1415 First commit hace 10 años
Makefile ee8b7e1415 First commit hace 10 años
README.md 8f5bc09a0f Fix README instructions hace 8 años
common-proprietary-files.txt 7c47b86bad Commonize SetupWizard hace 8 años
extract-files.sh 15d9e01ed6 Add blob lists and extraction scripts hace 8 años
proprietary-files-arm.txt 15d9e01ed6 Add blob lists and extraction scripts hace 8 años
proprietary-files-arm64.txt 15d9e01ed6 Add blob lists and extraction scripts hace 8 años
proprietary-files-x86.txt 15d9e01ed6 Add blob lists and extraction scripts hace 8 años
proprietary-files.txt 7c47b86bad Commonize SetupWizard hace 8 años
setup-makefiles.sh 2c6d5966f7 Fix makefile guarding (for real) hace 8 años

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)