설명 없음

Paul Keith 7acb09f694 Generate addon.d script at install time 8 년 전
arm 14adee926b Fix makefile generation for apk targets 8 년 전
arm64 14adee926b Fix makefile generation for apk targets 8 년 전
build 7acb09f694 Generate addon.d script at install time 8 년 전
common e191ff24c4 Add GoogleCalendarSyncAdapter 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 b44476b518 extract-files: Error if path isn't specified 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 e191ff24c4 Add GoogleCalendarSyncAdapter 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