vendor_gapps/README.md
Paul Keith 528de1d8c0 Update Credits
Change-Id: I4fcc3204c69f1a387d1ce9871ba8a24df77696f2
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-05-05 22:46:51 -05:00

45 lines
749 B
Markdown

# 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
Thanks and Credits
-------------------
cdesai
- Reminding me that /proc/meminfo is a thing
gmrt
- 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