Нема описа

Paul Keith 88a85476fc Adjust build system for new gapps organization пре 8 година
build 88a85476fc Adjust build system for new gapps organization пре 8 година
.gitignore c62430937b Ignore content in out/ directory пре 8 година
LICENSE ee8b7e1415 First commit пре 10 година
Makefile ee8b7e1415 First commit пре 10 година
README.md ff04312900 15.06 Update: пре 9 година
common-proprietary-files.txt 15d9e01ed6 Add blob lists and extraction scripts пре 8 година
extract-files.sh 15d9e01ed6 Add blob lists and extraction scripts пре 8 година
proprietary-files-arm.txt 15d9e01ed6 Add blob lists and extraction scripts пре 8 година
proprietary-files-arm64.txt 15d9e01ed6 Add blob lists and extraction scripts пре 8 година
proprietary-files-x86.txt 15d9e01ed6 Add blob lists and extraction scripts пре 8 година
proprietary-files.txt 15d9e01ed6 Add blob lists and extraction scripts пре 8 година
setup-makefiles.sh 15d9e01ed6 Add blob lists and extraction scripts пре 8 година

README.md

vendor_google

GApps for android devices

Build

You can compile your GApps package with GNU make

make distclean

  • Remove output directory

make arm

  • compile signed flashable GApps for arm

make arm64

  • compile signed flashable GApps for arm64

make x86

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