15.06 Update:

- x86 files (kindly given by @balika011) > 1cfeda8a9dbe1a328259edb42f48f0e4ea716072
- Update compilation script

Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
This commit is contained in:
jrizzoli
2015-06-02 15:24:07 +02:00
parent f509e98dcb
commit ff04312900
79 changed files with 192 additions and 177 deletions

View File

@@ -9,14 +9,14 @@ distclean :
@rm -fr $(OUTDIR)
@echo "$(tput setaf 2)Output removed! Ready for a clean build$(tput sgr 0)"
gapps :
arm :
@echo "Compiling GApps for arm..."
@bash $(BUILD_GAPPS) arm 2>&1 | tee $(LOG_BUILD)
gapps_arm64 :
arm64 :
@echo "Compiling GApps for arm64..."
@bash $(BUILD_GAPPS) arm64 2>&1 | tee $(LOG_BUILD)
gapps_x86 :
@echo "Compiling GApps for arm64..."
x86 :
@echo "Compiling GApps for x86..."
@bash $(BUILD_GAPPS) x86 2>&1 | tee $(LOG_BUILD)