OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installclean
(Results
1 - 3
of
3
) sorted by null
/build/core/
cleanbuild.mk
120
# A change in the list of aapt configs warrants an
installclean
, too.
158
#
installclean
logic
161
# The files/dirs to delete during an
installclean
. This includes the
169
# $ make
installclean
171
# $ make
installclean
212
.PHONY:
installclean
213
installclean
: FILES := $(installclean_files)
214
installclean
: dataclean
219
$(info *** Forcing "make
installclean
"...)
main.mk
372
ifeq ($(MAKECMDGOALS),
installclean
)
856
# The rules for dataclean and
installclean
are defined in cleanbuild.mk.
/build/tools/
check_builds.sh
43
make PRODUCT-$(echo $1 | sed "s/-.*//" )-
installclean
Completed in 69 milliseconds