upload android base code part6
This commit is contained in:
parent
421e214c7d
commit
4e516ec6ed
35396 changed files with 9188716 additions and 0 deletions
13
android/system/chre/build/clean.mk
Normal file
13
android/system/chre/build/clean.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# Clean Makefile
|
||||
#
|
||||
|
||||
# Makefile Includes ############################################################
|
||||
|
||||
include $(CHRE_PREFIX)/build/defs.mk
|
||||
|
||||
# Clean Target #################################################################
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(OUT)
|
Loading…
Add table
Add a link
Reference in a new issue