暂无描述

Paul Keith 1154400dfd Clean out old proprietary files 8 年之前
build a73691b96d 15.08 Update+ 10 年之前
.gitignore c62430937b Ignore content in out/ directory 8 年之前
LICENSE ee8b7e1415 First commit 10 年之前
Makefile ee8b7e1415 First commit 10 年之前
README.md ff04312900 15.06 Update: 10 年之前

README.md

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)