ff04312900
- x86 files (kindly given by @balika011) > 1cfeda8a9dbe1a328259edb42f48f0e4ea716072 - Update compilation script Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it> |
||
---|---|---|
build | ||
prebuilt/gapps | ||
LICENSE | ||
Makefile | ||
README.md |
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)