
- x86 files (kindly given by @balika011) > 1cfeda8a9dbe1a328259edb42f48f0e4ea716072 - Update compilation script Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
21 lines
351 B
Markdown
21 lines
351 B
Markdown
# 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)
|