Lines Matching refs:when
21 Android.bp/Android.mk file (e.g. when it is a `java_library` rather than a
22 `java_sdk_library`, or when the library name is different from its module name,
23 or when the module is defined in Android.mk rather than Android.bp). In such
120 Then the system property named `name` gets the value `value` only when there
185 environment variables. Ninja does not track when environment variables change
205 There's now a `BUILD_BROKEN_OUTSIDE_INCLUDE_DIRS` variable, that when set, will
209 Neither of these cases are supported by Soong, and will produce errors when
290 for host modules, error when there's a host-only module in `PRODUCT_PACKAGES`,
353 `DIST_DIR` and `dist_goal` are no longer available when reading Android.mk
364 will copy `bar/baz` into `$DIST_DIR/baz` when `m foo dist` is run.
375 will copy `bar/baz` into `$DIST_DIR/logs/foo.log` when `m foo dist` is run.
396 obvious when reading makefiles what is happening, and will help the build
426 when building with external build systems (firmware, bootloader, kernel, etc).
428 have enough dependencies to know when to run the other build system again
446 -- without custom checks, Make doesn't rebuild objects when CFLAGS change, etc.
454 The `export` and `unexport` keywords are obsolete, and will throw errors when