No Description

Paul Keith 93f74a5de0 Bump gapps version to 7.1.2 8 years ago
arm 2c6d5966f7 Fix makefile guarding (for real) 8 years ago
arm64 2c6d5966f7 Fix makefile guarding (for real) 8 years ago
build 93f74a5de0 Bump gapps version to 7.1.2 8 years ago
common 2c6d5966f7 Fix makefile guarding (for real) 8 years ago
.gitignore c62430937b Ignore content in out/ directory 8 years ago
LICENSE ee8b7e1415 First commit 10 years ago
Makefile ee8b7e1415 First commit 10 years ago
README.md 8f5bc09a0f Fix README instructions 8 years ago
common-proprietary-files.txt 7c47b86bad Commonize SetupWizard 8 years ago
extract-files.sh 15d9e01ed6 Add blob lists and extraction scripts 8 years ago
proprietary-files-arm.txt 15d9e01ed6 Add blob lists and extraction scripts 8 years ago
proprietary-files-arm64.txt 15d9e01ed6 Add blob lists and extraction scripts 8 years ago
proprietary-files-x86.txt 15d9e01ed6 Add blob lists and extraction scripts 8 years ago
proprietary-files.txt 7c47b86bad Commonize SetupWizard 8 years ago
setup-makefiles.sh 2c6d5966f7 Fix makefile guarding (for real) 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)