Go to file
Paul Keith c62430937b
Ignore content in out/ directory
* We don't want to upload this

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 08:09:52 -05:00
build 15.08 Update+ 2015-07-09 15:18:23 +02:00
prebuilt/gapps 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
LICENSE First commit 2015-04-20 15:55:48 +02:00
Makefile First commit 2015-04-20 15:55:48 +02:00
README.md 15.06 Update: 2015-06-21 15:00:46 +02: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)