First commit
This commit is contained in:
14
build/main.mk
Normal file
14
build/main.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
# build paths
|
||||
TOPDIR := .
|
||||
BUILD_SYSTEM := $(TOPDIR)/build
|
||||
BUILD_GAPPS := $(BUILD_SYSTEM)/gapps.sh
|
||||
OUTDIR := $(TOPDIR)/out
|
||||
LOG_BUILD := /tmp/gapps_log
|
||||
|
||||
distclean :
|
||||
@rm -fr $(OUTDIR)
|
||||
@echo "$(tput setaf 2)Output removed! Ready for a clean build$(tput sgr 0)"
|
||||
|
||||
gapps :
|
||||
@echo "Compiling GApps..."
|
||||
@bash $(BUILD_GAPPS) 2>&1 | tee $(LOG_BUILD)
|
||||
Reference in New Issue
Block a user