Go to file
Paul Keith 83e0c848e9
Add arm64 and update from angler
* Package version: N2G47H

Change-Id: I91c3327966b366e2f1d0f65fddb4b75f2177a0f9
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 14:10:24 -05:00
arm Fix makefiles 2017-04-06 13:13:00 -05:00
arm64 Add arm64 and update from angler 2017-04-06 14:10:24 -05:00
build Fix build 2017-04-06 13:00:51 -05:00
common Add arm64 and update from angler 2017-04-06 14:10:24 -05:00
.gitignore Ignore content in out/ directory 2017-04-06 08:09:52 -05:00
common-proprietary-files.txt Add blob lists and extraction scripts 2017-04-06 11:29:54 -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 Add blob lists and extraction scripts 2017-04-06 11:29:54 -05:00
README.md Fix README instructions 2017-04-06 13:00:51 -05:00
setup-makefiles.sh Fix makefile generation 2017-04-06 13:13:00 -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)