Lines Matching refs:Build
46 BUILD_SYSTEM := $(TOPDIR)build/core
57 # This allows us to force a clean build - included after the config.make
67 $(info Checking build tools versions...)
86 # build system can't deal with them.
101 # The windows build server currently uses 1.6. This will be fixed.
108 $(info You are attempting to build with the incorrect version)
124 $(info You are attempting to build with the incorrect version)
143 # change the behavior of the build.
147 # Bring in standard build system definitions.
176 ### between the build variants
232 # Include the debugging/testing OTA keys in this build.
270 # build the full stagefright library
293 # If we're on an eng or tests build, but not on the sdk, and we have
332 # build the default target.
366 # These configure the build targets that are available for the SDK under Cygwin.
372 build/libs/host \
373 build/tools/zipalign \
403 build/tools/signapk \
426 subdirs += build/tools/acp
432 # TINY_ANDROID is a super-minimal build configuration, handy for board
438 build/libs \
439 build/target \
440 build/tools/acp \
441 build/tools/apriori \
442 build/tools/kcm \
443 build/tools/soslim \
451 # Typical build; include any Android.mk files we can find.
486 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(subdirs) Android.mk)
501 # Only include this during a full build, otherwise we can't be
543 # determine what we actually want to build.
550 # The base list of modules to build for this product is specified
561 # We're not doing a full build, and are probably only including
562 # a subset of the module makefiles. Don't try to build any modules
564 # to build them.
595 # to build the host tools, but nothing that's going to be installed
610 # build/core/Makefile contains extra stuff that we don't want to pollute this
621 # These are additional goals that we build, in order to make sure that there
622 # is as little code as possible in the tree that doesn't build.
625 # If you would like to build all goals, and not skip any intermediate
681 # Build files and then package it into the rom formats
691 # If this build is just for apps, only build apps and not the full system by default.
695 # If they used the magic goal "all" then build everything
736 # Building a full system-- the default is to build droidcore
775 @echo "Entire build directory removed."