2015-04-20 22:22:46 +09:00
|
|
|
# vendor_google
|
|
|
|
|
|
|
|
**GApps for android devices**
|
|
|
|
|
|
|
|
Build
|
|
|
|
-------------------
|
|
|
|
|
2015-04-21 03:09:24 +09:00
|
|
|
You can compile your GApps package with GNU make
|
2015-04-20 22:22:46 +09:00
|
|
|
|
|
|
|
_make distclean_
|
|
|
|
- Remove output directory
|
|
|
|
|
2015-06-02 22:24:07 +09:00
|
|
|
_make arm_
|
2015-04-21 03:09:24 +09:00
|
|
|
- compile signed flashable GApps for arm
|
|
|
|
|
2015-06-02 22:24:07 +09:00
|
|
|
_make arm64_
|
2015-04-21 03:09:24 +09:00
|
|
|
- compile signed flashable GApps for arm64
|
|
|
|
|
2015-06-02 22:24:07 +09:00
|
|
|
_make x86_
|
|
|
|
- compile signed flashable GApps for x86 (NOT supported atm)
|