Fix javelinanddart's shit

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
此提交包含在:
Luca Stefani
2017-04-06 12:26:57 -05:00
提交者 Paul Keith
父節點 19faa4451d
當前提交 564bc97ae4
共有 2 個檔案被更改,包括 12 行新增12 行删除

0
build/gapps.sh 一般檔案 → 可執行檔
查看文件

查看文件

@@ -7,16 +7,16 @@ LOG_BUILD := /tmp/gapps_log
distclean:
@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..."
@bash $(BUILD_GAPPS) arm 2>&1
arm64 :
gapps_arm64:
@echo "Compiling GApps for arm64..."
@bash $(BUILD_GAPPS) arm64 2>&1
x86 :
gapps_x86:
@echo "Compiling GApps for x86..."
@bash $(BUILD_GAPPS) x86 2>&1