Searched refs:phase (Results 1 – 8 of 8) sorted by relevance
/build/make/tools/product_config/src/com/android/build/config/ |
D | ConfigBase.java | 49 public void setPhase(String phase) { in setPhase() argument 50 mPhase = phase; in setPhase()
|
/build/soong/dexpreopt/ |
D | DEXPREOPT_IMPLEMENTATION.md | 103 - At Soong phase (during `m nothing`), see dexpreopt_gen: 106 - At Make/Kati phase (during `m nothing`), see 117 - At Ninja phase (during `m`): 124 The Make/Kati phase adds all the necessary dependencies that trigger 134 `m nothing`), but at the time when the actual build is done (`m` phase). 138 first "generation phase" (this is when build rules are created) and the second 139 "build phase" (this is when the build rules are executed), and they do not allow 140 modifications of the dependency graph during the second phase. The Soong 149 Hence the need for the "indirect build rules": during the generation phase only 151 stub rules during the build phase (and executed immediately). Note that the [all …]
|
/build/make/core/ |
D | node_fns.mk | 257 $(call dump-phase-start,$(1),$(2),$(3),$(4),build/make/core/node_fns.mk) \ 272 $(call dump-phase-end,build/make/core/node_fns.mk)
|
D | product.mk | 512 $(call dump-phase-start,PRODUCT-EXPAND,,$(_product_var_list),$(_product_single_value_vars), \ 522 $(call dump-phase-end,build/make/core/product.mk)
|
D | product_config.rbc | 118 # its ancestors, repeating this recursively. At the end of this phase
|
/build/bazel/docs/ |
D | concepts.md | 18 …nits in `Android.mk`. Generates Ninja file directly.|Loading and analysis phase. Conceptually simi… 20 …tes a `.mk` file with prebuilt module stubs to Kati.|Loading and analysis phase. Conceptually simi… 21 …ction graph executor. Executes Ninja graph generated from Kati and Soong.|Bazel's execution phase.| 62 1. Minibootstrap phase uses Blueprint/Microfactory to build itself 65 1. Bootstrap phase runs Ninja on a build.ninja file that runs minibp to 68 1. Primary phase runs Ninja on a build.ninja file that runs soong_build 121 with build/make/core/config.mk as the entry point. During this phase,
|
D | internal_concepts.md | 29 Blueprint's Registration and Parse, `ResolveDependencies` phase | Loading phase … 31 Ninja execution | Execution phase … 239 ### Blueprint Generate & Write phase {#blueprint-analysis} 284 In addition to the registration order, Soong supports phase-based ordering of 466 configuration at analysis phase. However, within a macro (at loading phase, 467 before analysis phase), a `select()` is an opaque type that cannot be inspected.
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 144 // The description for the phase/action/part while the tool running. 147 // The name for the running phase/action/part.
|