31 lines
709 B
Markdown
31 lines
709 B
Markdown
|
# vendor_google
|
||
|
|
||
|
**GApps for android devices**
|
||
|
|
||
|
|
||
|
Information
|
||
|
------------------
|
||
|
|
||
|
These are Google Apps for who want to install Google Packages on a custom rom.
|
||
|
Remember Apks and Jars files are prebuilt from Google.
|
||
|
All closed source files come from Nexuses' factory images.
|
||
|
This contains just the core files needed to setup a fully working Google account, users will choose wich apps they want on their devices.
|
||
|
|
||
|
|
||
|
Downloads
|
||
|
------------------
|
||
|
|
||
|
https://github.com/linuxxxxx/vendor_google/releases
|
||
|
|
||
|
|
||
|
Build
|
||
|
-------------------
|
||
|
|
||
|
You can compile your GApps package with GNU make (realpath also needed)
|
||
|
|
||
|
_make distclean_
|
||
|
- Remove output directory
|
||
|
|
||
|
_make gapps_
|
||
|
- compile flashable GApps package for most of devices
|