Lines Matching refs:For
40 # check for broken versions of make
60 # Used to force goals to build. Only use for conditionally defined goals.
85 # check for a case sensitive file system
115 # Check for the correct version of java
134 # Check for the correct version of javac
166 # You are responsible for the correctness of the incremental build.
167 # This may decrease incremental build time dramatically for large Java libraries,
230 # Enable Dalvik lock contention logging for userdebug builds.
237 # Turn on Dalvik preoptimization for user builds, but only if not
239 # Dalvik isn't built for non-Linux hosts).
248 # Disallow mock locations by default for user builds
252 # Turn on checkjni for non-user builds.
254 # Set device insecure for non-user builds.
256 # Allow mock locations by default for non user builds
290 # Detect if we want to build a repository for the SDK
312 # additional storage requirements for ".odex" files can cause /system
313 # to overflow on some devices, so this is configured separately for
331 # enable vm tracing in files for now to help track
339 # For most goals, anything not tagged with the "tests" tag should
346 # For the sdk goal, anything with the "samples" tag should be
391 # ----- SDK for Windows ------
392 # These configure the build targets that are available for the SDK under Windows.
466 # TINY_ANDROID is a super-minimal build configuration, handy for board
539 $(warning * should not be used for new files.)
576 # Define dependencies for modules that require other modules.
610 # The base list of modules to build for this product is specified
616 $(info user packages for $(TARGET_DEVICE) ($(INTERNAL_PRODUCT)):)
691 # for easier debugging
735 $(call dist-for-goals, userdataimage, $(BUILT_USERDATAIMAGE_TARGET))
757 # dist_files only for putting your library into the dist directory with a full build.
761 $(call dist-for-goals, dist_files, $(EMMA_META_ZIP))
764 # Dist for droid if droid is among the cmd goals, or no cmd goal is given.
768 # If this build is just for apps, only build apps and not the full system by default.
779 $(call dist-for-goals,apps_only, \
789 $(call dist-for-goals, droidcore, \
824 $(call dist-for-goals,sdk win_sdk, \
856 # The rules for dataclean and installclean are defined in cleanbuild.mk.
862 @echo "$(call module-names-for-tag-list,$(ALL_MODULE_TAGS))" | \