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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user