Go to file
jrizzoli a73691b96d 15.08 Update+
- Fix Play services battery drain on arm
- Fixed remove-faceunlock from updater script
- Show some love for who doesn't have realpath
- Export md5 as a file too
- Simplify create checks (@stucki 6a05464df7ae80784fc8fe8ff2de65152d7bb67b)
- Move target zip out of arch directory  (@stucki bf57998702c634f560535b586706931f56a3ed31)
- Clean Up after the build (@stucki f6660501afa1eaefc4d3cf1a043e5c73bdab398d)
- CleanUp final output
2015-07-09 15:18:23 +02:00
build 15.08 Update+ 2015-07-09 15:18:23 +02:00
out/arm 15.08 Update+ 2015-07-09 15:18:23 +02:00
prebuilt/gapps 15.08 Update+ 2015-07-09 15:18:23 +02: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)