Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 47) sorted by relevance

12

/build/make/core/
Dtarget_test_internal.mk21 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE))
25 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE))
29 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
Dfuzz_test.mk56 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE))
60 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE))
64 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
/build/make/tools/acp/
DREADME8 slow the build when copying lots of content.
14 - Gets really weird when copying a file called "foo.exe", failing with
16 This only seems to happen when the source file is on an NFS/Samba
35 conventions. It adds a "-e" flag, used when copying executables around.
37 to work when what is actually meant is "cp foo.exe bar.exe". Unlike the
/build/make/target/board/mainline_arm64/sepolicy/
Dfile.te1 # TODO(b/143732851): remove this file when the mainline system image
Dfile_contexts1 # TODO(b/143732851): remove this file when the mainline system image
/build/make/target/board/generic_arm64/sepolicy/
Dfile.te1 # TODO(b/36764215): remove this file when the generic system image
Dfile_contexts1 # TODO(b/36764215): remove this file when the generic system image
/build/
Dbuildspec.mk.default45 # Choose additional targets to always install, even when building
67 # will be added to LOCAL_CFLAGS when building the module.
70 # Specify the extra CFLAGS to use when building a module whose
110 # when the build system changes such that this file must be updated, this
/build/make/
Dbuildspec.mk.default45 # Choose additional targets to always install, even when building
67 # will be added to LOCAL_CFLAGS when building the module.
70 # Specify the extra CFLAGS to use when building a module whose
110 # when the build system changes such that this file must be updated, this
DChanges.md66 Then the system property named `name` gets the value `value` only when there
131 environment variables. Ninja does not track when environment variables change
151 There's now a `BUILD_BROKEN_OUTSIDE_INCLUDE_DIRS` variable, that when set, will
155 Neither of these cases are supported by Soong, and will produce errors when
236 for host modules, error when there's a host-only module in `PRODUCT_PACKAGES`,
299 `DIST_DIR` and `dist_goal` are no longer available when reading Android.mk
310 will copy `bar/baz` into `$DIST_DIR/baz` when `m foo dist` is run.
321 will copy `bar/baz` into `$DIST_DIR/logs/foo.log` when `m foo dist` is run.
342 obvious when reading makefiles what is happening, and will help the build
372 when building with external build systems (firmware, bootloader, kernel, etc).
[all …]
DUsage.txt30 Note that when giving a relative file path as a target, that path is
87 list of supported variables. Please mention it here when there is.
/build/soong/finder/fs/
Dfs_linux.go42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) {
Dfs_darwin.go42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) {
/build/soong/docs/
Dbest_practices.md23 as that could trigger extra rebuilds when a source directory is moved.
50 up so that space isn't wasted, but the files are there when necessary.
55 when the VNDK is enabled, System modules in Make cannot declare or use them
60 removed entirely in some environments (vendor code when the VNDK is enabled).
123 re-run your command when a new input file is added. Ninja does not treat a
147 them to be installed when necessary. Adding unnecessary libraries into
241 used to partition a set of modules so that they are built only when the
286 plugins should be used only when absolutely required.
/build/make/tools/releasetools/
Dpylintrc104 # Ignore comments when computing similarities.
107 # Ignore docstrings when computing similarities.
110 # Ignore imports when computing similarities.
134 # system, and so shouldn't trigger E0201 when accessed. Python regular
156 # Colon-delimited sets of names that determine each other's naming style when
295 # you should avoid to define new builtins when possible.
373 # Exceptions that will emit a warning when being caught. Defaults to
/build/make/tools/zipalign/
DZipEntry.cpp359 void ZipEntry::setModWhen(time_t when) in setModWhen() argument
370 even = (when & 1) ? (when + 1) : when; in setModWhen()
DZipEntry.h188 void setModWhen(time_t when);
/build/soong/ui/metrics/upload_proto/
Dupload.proto24 // The timestamp in milliseconds when the build was completed.
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto21 // Timestamp generated when the build starts.
138 // The metrics produced when running the critical user journey test.
/build/make/tools/droiddoc/templates-ndk/
Dhead_tag.cs3 …####### If building devsite, add some meta data needed for when generating the top nav ######### ?>
Dsampleindex.cs119 …<?cs # for training classes, provide a different kind of link when the next page is a different cl…
Dsample.cs129 …<?cs # for training classes, provide a different kind of link when the next page is a different cl…
/build/soong/cmd/pom2bp/
Dpom2bp.go579 aar libraries can be linked against when using AAPT2.
592 Some Android.bp modules have transitive static dependencies that must be specified when they
596 Some Android.bp modules have transitive runtime dependencies that must be specified when they
/build/soong/java/
Dlint_defaults.txt77 # TODO(b/158390965): remove this when lint doesn't crash
/build/soong/cmd/pom2mk/
Dpom2mk.go353 aar libraries can be linked against when using AAPT2.
366 Some Android.mk modules have transitive dependencies that must be specified when they are

12