15.06 Update:
- x86 files (kindly given by @balika011) > 1cfeda8a9dbe1a328259edb42f48f0e4ea716072
- Update compilation script
Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
82 files changed
tree: ea49aa9d80f2cabb105ec77bf0e1b952e050f876
- build/
- prebuilt/
- LICENSE
- Makefile
- README.md
README.md
vendor_google
GApps for android devices
Build
You can compile your GApps package with GNU make
make distclean
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)