暫無描述

Paul Keith 7db9738f2e Nuke SetupWizard 8 年之前
arm 14adee926b Fix makefile generation for apk targets 8 年之前
arm64 14adee926b Fix makefile generation for apk targets 8 年之前
build 8abc2a3432 Fix indentation in update-binary 8 年之前
common 7db9738f2e Nuke SetupWizard 8 年之前
x86 14adee926b Fix makefile generation for apk targets 8 年之前
.gitignore 1e2facf59c Move gapps log 8 年之前
LICENSE ee8b7e1415 First commit 10 年之前
Makefile ee8b7e1415 First commit 10 年之前
README.md a3b57cd6a0 README: Add missing credit 8 年之前
addond_head 28eb9cdff2 build: Generate addon.d script at build time 8 年之前
addond_tail 28eb9cdff2 build: Generate addon.d script at build time 8 年之前
extract-files.sh feafa1c9b3 Specify a target for setup-makefiles.sh 8 年之前
proprietary-files-arm.txt 14adee926b Fix makefile generation for apk targets 8 年之前
proprietary-files-arm64.txt 14adee926b Fix makefile generation for apk targets 8 年之前
proprietary-files-common.txt 7db9738f2e Nuke SetupWizard 8 年之前
proprietary-files-x86.txt 14adee926b Fix makefile generation for apk targets 8 年之前
setup-makefiles.sh feafa1c9b3 Specify a target for setup-makefiles.sh 8 年之前

README.md

vendor_gapps

GApps for android devices

Build

You can compile your GApps package with GNU make

make distclean

  • Remove output directory

_make gappsarm

  • compile signed flashable GApps for arm

_make gappsarm64

  • compile signed flashable GApps for arm64

_make gappsx86

  • compile signed flashable GApps for x86 (NOT supported atm)

Thanks and Credits

gmrt

  • Mounting of /system script and initial list for gapps

harryyoud, flex1911, raymanfx, deadman96385, jrior001, haggertk, arco

  • Throrough testing

jrizzoli

  • Initial build scripts and build system

luca020400

  • Fixing my makefiles

mikeioannina

  • The name for MindTheGapps

syphyr

  • Showing me how to repack libs in PrebuiltGmsCore