Go to file
Paul Keith 19faa4451d
Add gapps from latest shamu release
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 11:44:48 -05:00
arm Add gapps from latest shamu release 2017-04-06 11:44:48 -05:00
build Adjust build system for new gapps organization 2017-04-06 11:44:48 -05:00
common Add gapps from latest shamu release 2017-04-06 11:44:48 -05:00
.gitignore Ignore content in out/ directory 2017-04-06 08:09:52 -05:00
common-proprietary-files.txt Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
extract-files.sh Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
LICENSE First commit 2015-04-20 15:55:48 +02:00
Makefile First commit 2015-04-20 15:55:48 +02:00
proprietary-files-arm64.txt Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
proprietary-files-arm.txt Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
proprietary-files-x86.txt Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
proprietary-files.txt Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
README.md 15.06 Update: 2015-06-21 15:00:46 +02:00
setup-makefiles.sh Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00

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)