Go to file
Paul Keith 2c6d5966f7
Fix makefile guarding (for real)
* previously definitions for different arches would conflict

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 14:57:55 -05:00
arm Fix makefile guarding (for real) 2017-04-06 14:57:55 -05:00
arm64 Fix makefile guarding (for real) 2017-04-06 14:57:55 -05:00
build Fix build 2017-04-06 13:00:51 -05:00
common Fix makefile guarding (for real) 2017-04-06 14:57:55 -05:00
.gitignore Ignore content in out/ directory 2017-04-06 08:09:52 -05:00
common-proprietary-files.txt Commonize SetupWizard 2017-04-06 14:25:32 -05:00
extract-files.sh Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
LICENSE First commit 2015-04-20 15:55:48 +02:00
Makefile First commit 2015-04-20 15:55:48 +02:00
proprietary-files-arm64.txt Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
proprietary-files-arm.txt Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
proprietary-files-x86.txt Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
proprietary-files.txt Commonize SetupWizard 2017-04-06 14:25:32 -05:00
README.md Fix README instructions 2017-04-06 13:00:51 -05:00
setup-makefiles.sh Fix makefile guarding (for real) 2017-04-06 14:57:55 -05:00

vendor_gapps

GApps for android devices

Build

You can compile your GApps package with GNU make

make distclean

  • Remove output directory

make gapps_arm

  • compile signed flashable GApps for arm

make gapps_arm64

  • compile signed flashable GApps for arm64

make gapps_x86

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