Go to file
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
build 15.05 Update 2015-06-21 15:00:04 +02:00
prebuilt/gapps 15.05 Update 2015-06-21 15:00:04 +02:00
LICENSE First commit 2015-04-20 15:55:48 +02:00
Makefile First commit 2015-04-20 15:55:48 +02:00
README.md 15.05 Update 2015-06-21 15:00:04 +02:00

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

Google + Community Website

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)