Fix javelinanddart's shit
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
0
build/gapps.sh
Normal file → Executable file
0
build/gapps.sh
Normal file → Executable file
@@ -7,16 +7,16 @@ LOG_BUILD := /tmp/gapps_log
|
|||||||
|
|
||||||
distclean:
|
distclean:
|
||||||
@rm -fr $(OUTDIR)
|
@rm -fr $(OUTDIR)
|
||||||
@echo "$(tput setaf 2)Output removed! Ready for a clean build$(tput sgr 0)"
|
@echo "Output removed! Ready for a clean build"
|
||||||
|
|
||||||
arm :
|
gapps_arm:
|
||||||
@echo "Compiling GApps for arm..."
|
@echo "Compiling GApps for arm..."
|
||||||
@bash $(BUILD_GAPPS) arm 2>&1
|
@bash $(BUILD_GAPPS) arm 2>&1
|
||||||
|
|
||||||
arm64 :
|
gapps_arm64:
|
||||||
@echo "Compiling GApps for arm64..."
|
@echo "Compiling GApps for arm64..."
|
||||||
@bash $(BUILD_GAPPS) arm64 2>&1
|
@bash $(BUILD_GAPPS) arm64 2>&1
|
||||||
|
|
||||||
x86 :
|
gapps_x86:
|
||||||
@echo "Compiling GApps for x86..."
|
@echo "Compiling GApps for x86..."
|
||||||
@bash $(BUILD_GAPPS) x86 2>&1
|
@bash $(BUILD_GAPPS) x86 2>&1
|
||||||
|
Reference in New Issue
Block a user