Home | History | Annotate | Download | only in core

Lines Matching defs:to

1 # Only use ANDROID_BUILD_SHELL to wrap around bash.
30 # if we are executing relative to the current directory
51 # This overrides the shell variable $PWD, which does not necessarily points to
71 # Used to force goals to build. Only use for conditionally defined goals.
75 # These goals don't need to collect and include Android.mks/CleanSpec.mks
119 # Write the build number to a file so it can be read back in
138 # This allows us to force a clean build - included after the config.mk
160 $(warning Please move your source tree to a case-sensitive filesystem.)
174 $(warning Please move your source tree to a path that does not contain)
200 $(info You are attempting to build with the incorrect version)
235 $(info You are attempting to build with an unsupported JDK.)
254 $(info You are attempting to build with the incorrect version)
289 # EMMA_INSTRUMENT_STATIC merges the static emma library to each emma-enabled module.
323 # Variable to check java support level inside PDK build.
371 # to pass flags to dex2oat.
442 # To speedup startup of non-preopted builds, don't verify or compile the boot image.
451 # Detect if we want to build a repository for the SDK
471 # enable vm tracing in files for now to help track
481 define should-install-to-system
488 define should-install-to-system
519 # Change CUSTOM_MODULES to include only modules that were
574 $(warning *** Some files have been added to ALL_PREBUILT.)
594 # Fix up CUSTOM_MODULES to refer to installed files rather than
596 # they're actually full paths to a particular file.
610 # BUG: the system image won't know to depend on modules that are
613 # Resolve the required module name to 32-bit or 64-bit variant.
683 # It also adds the shared library module names to ALL_MODULES.$(m).REQUIRED,
684 # so they can be expanded to product_MODULES later.
723 # determine what we actually want to build.
729 # the variable will be modified to hold the expanded results.
740 # The base list of modules to build for this product is specified
770 # a subset of the module makefiles. Don't try to build any modules
772 # to build them.
815 # It's ok (and necessary) to build the host tools, but nothing that's
816 # going to be installed on the target (including static libraries).
837 $(warning: Modules '$(dangling_modules)' in PRODUCT_PACKAGES have nothing to install!)
841 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
844 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
847 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
850 # build/core/Makefile contains extra stuff that we don't want to pollute this
860 # These are additional goals that we build, in order to make sure that there
864 # If you would like to build all goals, and not skip any intermediate
875 # This is used to to get the ordering right, you can also use these,
883 # headers to be copied first can depend on this target.
939 # BUILD_MODULES_IN_PATHS is a list of paths relative to the top of the tree
978 # For uninstallable modules such as static Java library, we have to dist the built file,
1046 # Building a full system-- the default is to build droidcore
1063 # umbrella targets to assit engineers in verifying builds
1078 # To catch more build breakage, check build tests modules in eng and userdebug builds.
1099 # remove apks that are not intended to be installed.