Files
vendor_gapps/README.md
Joey Rizzoli f509e98dcb 15.05 Update
- Make for different platforms (arm, arm64, x86)
- Add arm64 support
- Update GNow
- Fix FaceUnlock FC
2015-06-21 15:00:04 +02:00

49 lines
1.3 KiB
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.
GApps contain a "quite old" universal Play Service, so the Play Store will download the proper one
for your device asap.
These GApps get monthly updates, fell free to fork and contribute to this, but remember,
**Opensource does not mean out-of-respect**. Also **NO MIRRORS ALLOWED**
Downloads
------------------
https://github.com/linuxxxxx/vendor_google/releases
Links
------------------
[Google +](https://google.com/+CgappsGithubIo0)
[Community](https://plus.google.com/u/0/b/104503298104020811639/communities/114625799842477562713)
[Website](cgapps.github.io)
Build
-------------------
You can compile your GApps package with GNU make
_make distclean_
- Remove output directory
_make gapps_
- compile signed flashable GApps for arm
_make gapps_arm64_
- compile signed flashable GApps for arm64
_make gapps_x86_
- compila signed flashable GApps for x86 (NOT supported atm)