Go to file
Paul Keith 15d9e01ed6
Add blob lists and extraction scripts
* Thanks to gmrt for the initial gapps list

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 11:29:54 -05:00
build 15.08 Update+ 2015-07-09 15:18:23 +02: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)