Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 42) 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.mk27 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE))
31 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE))
35 $(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/soong/cmd/sbox/sbox_proto/
Dsbox.proto26 // merged into the given output file relative to the $PWD when sbox was started.
33 // $PWD when sbox was run, the to field is relative to the top of the temporary sandbox directory.
37 // running the command. If false, leave the working directory where it was when sbox was started.
44 // top of the temporary sandbox directory, the to field is relative to the $PWD when sbox was run.
48 // when the lists of inputs changes, even if the inputs are not on the command line.
/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/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.md21 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.
[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/
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/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.
Dmap_files.md85 but is useful when developing APIs for an unknown future release.
103 Code names can (and typically should) be used when defining new APIs. This
118 tag when generating stubs for that architecture if both are present. If the
/build/soong/bloaty/
Dfile_sections.proto25 // Size of that section when loaded in memory.
/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
Dota_metadata.proto48 // means the ota package supports multiple devices. This usually happens when
56 // The timestamp when the build is generated.
/build/soong/ui/metrics/upload_proto/
Dupload.proto24 // The timestamp in milliseconds when the build was completed.
/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/bazel/json_module_graph/
DREADME.md5 It uses the JSON module graph that Soongs dumps when the
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto21 // Timestamp generated when the build starts.
203 // The metrics produced when running the critical user journey test.
/build/make/tools/rbcrun/
DREADME.md53 A `struct` containing environment variables. E.g., `rblf_env.USER` is the username when running on …

12