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
140 # environment setup is done, but before we generate any dependencies. This
215 # For Java 1.7/1.8, we require OpenJDK on linux and Oracle JDK on Mac OS.
361 ### In this section we set up the things that are different
452 # Detect if we want to build a repository for the SDK
495 # If they only used the modifier goals (showcommands, etc), we'll actually
503 # Typical build; include any Android.mk files we can find.
509 # Before we go and include all of the module makefiles, stash away
510 # the PRODUCT_* values so that later we can verify they are not modified.
517 # We've probably been invoked by the "mm" shell function
566 # Now with all Android.mks loaded we can do post cleaning steps.
606 # This can only happen now, after we've read in all module makefiles.
623 define get-32-bit-modules-if-we-can
635 # otherwise we require both 64-bit and 32-bit variant, if one exists.
642 $(eval r_r := $(call get-32-bit-modules-if-we-can,$(r))),\
724 # determine what we actually want to build.
755 product_MODULES := $(call get-32-bit-modules-if-we-can, $(modules_32))
757 # For the rest we add both
770 # We're not doing a full build, and are probably only including
772 # requested by the product, because we probably won't have rules
832 # TODO: Should we do this for all builds and not just the sdk?
851 # build/core/Makefile contains extra stuff that we don't want to pollute this
861 # These are additional goals that we build, in order to make sure that there
984 # For uninstallable modules such as static Java library, we have to dist the built file,