Lines Matching refs:to
6 Ways to specify what to build:
7 The common way to specify what to build is to set that information in the
12 # Select the device and variant to target. If no argument is given, it
14 lunch [<product>-<variant>] # Selects the device and variant to target.
18 <product> is the device that the created image is intended to be run on.
21 amount of debugging to be added into the generated image.
31 interpreted relative to the root of the source tree (rather than relative
32 to the current working directory).
35 `m help` to view the names of some common targets.
47 every command run, along with its outputs. This is similar to the
60 If you find yourself interacting with these files, you are encouraged to
61 provide a more convenient tool for browsing targets, and to mention the
70 -j Autodetect the number of processes to run at once,
79 TARGET_PRODUCT The <product> to build # as described above
80 TARGET_BUILD_VARIANT The <variant> to build # as described above
81 DIST_DIR The directory in which to place the distribution
83 OUT_DIR The directory in which to place non-distribution
86 There is not yet known a convenient method by which to discover the full