Home | History | Annotate | Download | only in core

Lines Matching defs:we

25 # Figure out where we are.
30 # if we are executing relative to the current directory
41 # (Allow any version under Cygwin since we don't actually build the platform there.)
96 # environment setup is done, but before we generate any dependencies. This
172 # For Java 1.7, we require OpenJDK on linux and Oracle JDK on Mac OS.
173 # For Java 1.6, we require Oracle for all host OSes.
301 ### In this section we set up the things that are different
393 # Detect if we want to build a repository for the SDK
446 # If they only used the modifier goals (showcommands, etc), we'll actually
469 # Typical build; include any Android.mk files we can find.
477 # Before we go and include all of the module makefiles, stash away
478 # the PRODUCT_* values so that later we can verify they are not modified.
485 # We've probably been invoked by the "mm" shell function
524 # Now with all Android.mks loaded we can do post cleaning steps.
564 # This can only happen now, after we've read in all module makefiles.
581 define get-32-bit-modules-if-we-can
591 # otherwise we require both 64-bit and 32-bit variant, if one exists.
596 $(eval r_r := $(call get-32-bit-modules-if-we-can,$(r))),\
667 # determine what we actually want to build.
698 product_MODULES := $(call get-32-bit-modules-if-we-can, $(modules_32))
700 # For the rest we add both
713 # We're not doing a full build, and are probably only including
715 # requested by the product, because we probably won't have rules
769 # TODO: Should we do this for all builds and not just the sdk?
775 # We know those 64-bit modules don't exist in the 32-bit SDK build.
792 # build/core/Makefile contains extra stuff that we don't want to pollute this
802 # These are additional goals that we build, in order to make sure that there
924 # For uninstallable modules such as static Java library, we have to dist the built file,