Lines Matching full:build
3 Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
18 for i in `cat $T/build/envsetup.sh | sed -n "/^function /s/function \([a-z_]*\).*/\1/p" | sort`; do
24 # Get the value of a build variable as an absolute path.
32 CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \
33 make --no-print-directory -C "$T" -f build/core/config.mk dumpvar-abs-$1
36 # Get the exact value of a build variable.
44 CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \
45 make --no-print-directory -C "$T" -f build/core/config.mk dumpvar-$1
48 # check to see if the supplied product is one we can build
56 CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core \
169 echo "Build for the simulator or the device?"
235 echo "Build type choices are:"
535 # Configures the build to build unbundled apps.
543 echo "tapas: Error: Multiple build variants supplied: $variant"
562 local TOPFILE=build/core/envsetup.mk
601 TOPFILE=build/core/envsetup.mk
621 # If we're sitting in the root of the build tree, just do a
623 if [ -f build/core/envsetup.mk -a -f Makefile ]; then
692 TOPFILE=build/core/envsetup.mk
773 echo "Unable to determine build system output dir."
1081 for f in `/bin/ls vendor/*/vendorsetup.sh vendor/*/build/vendorsetup.sh device/*/*/vendorsetup.sh 2> /dev/null`