Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/build/make/core/
Ddumpconfig.mk9 $(warning Kati must be used to call dumpconfig.mk, not make.)
15 $(warning supported. It is only meant to be called via kati by product-confing.)
20 $(warning dumpconfig.mk requires TARGET_PRODUCT to be set)
25 $(warning dumpconfig.mk requires TARGET_BUILD_VARIANT to be set)
30 $(warning dumpconfig must be called from the root of the source tree)
35 $(warning dumpconfig requires DUMPCONFIG_FILE to be set)
/build/soong/docs/
Dmap_files.md33 meaning. If you need to add any comments that should not be interpreted by the
49 These map files can (and should) also be used as version scripts for building
53 file. Without this, APIs that you have not explicitly exposed will still be
55 symbol named in any `global:` group will be visible in the implementation
60 Version names that end with `_PRIVATE` or `_PLATFORM` will not be exposed in any
61 stubs, but will be exposed in the implementation library. Using either of these
68 interpreted by the stub generator. Multiple space-delimited tags may be used on
73 Indicates that the version or symbol is to be exposed by an APEX rather than the
76 May be used in combination with `llndk` if the symbol is exposed to both APEX
85 Warning: APIs marked `future` will be usable in any module with `sdk: "current"`
[all …]
Dbest_practices.md17 future, though there will be some level of exceptions for tools like `distcc`
43 instead. This can be problematic in a number of ways:
89 will be required first. This will be necessary to detect cases where modules
90 are using headers that shouldn't be available to them -- usually due to the
101 will be used as a list of sources is useful, both for humans and automated
105 inheritable groups that can be selected with a single property.
125 command line would need to change, or one of the inputs would need to be newer
129 tool to be re-run. That can be more expensive than necessary though, since many
131 README could trigger the directory's timestamp to be updated.
134 need to know which files will be created before any inputs are read, since we
[all …]
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto2 // Please be advised that the ultimate source is at
16 // Resources to be always kept in the master split.
19 // APKs to be signed with the same key as generated APKs.
52 // This option can be overridden at a finer granularity by specifying
54 // This option should only be used if the app is able to handle compressed
92 // Resource IDs to be kept in master split.
94 // Resource names to be kept in master split.
144 // A new variant with uncompressed dex will be generated. The sdk targeting
153 // Q+ variant will be generated.
155 // S+ variant will be generated.
[all …]
/build/make/
DDeprecation.md36 We'll be turning off `BUILD_*` module types as all of the users are removed
42 * `BUILD_PACKAGE` will be moved from `AVAILABLE_BUILD_MODULE_TYPES` to
47 * `BUILD_PACKAGE` will be switched from `DEFAULT_WARNING_BUILD_MODULE_TYPES` to
51 `BUILD_BROKEN_USES_BUILD_PACKAGE`, `BUILD_PACKAGE` will be moved from
53 code will be removed. It will no longer be possible to use `BUILD_PACKAGE`.
59 break, and the fix may to be to obsolete them. There is no expectation that the
63 Just to be clear, the above process will happen on the AOSP master branch. So
64 if you're following Android releases, none of the deprecation steps will be in
DUsage.txt18 <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.
29 A target may be a file path. For example, out/host/linux-x86/bin/adb .
34 A target may also be any other target defined within a Makefile. Run
54 For now, the full (extremely large) compiled list of targets can be found
66 that must be distributed
74 Variables can either be set in the surrounding shell environment or can be
DChanges.md16 by `m` would cause `mymodule` to be presinstalled on the device, even if it wasn't listed in
20 did a clean build. This behavior can be disabled by setting the
24 module system will not be compatible with this change. This includes many usages of
38 space-separated list of plugins to omit from the validation. This must be set
46 scripts run directly from makefiles, or from soong genrules. This behavior can be
51 In addition, `python_*` soong modules no longer allow python 2. This can be temporarily
71 from a module named `bar` can be done like so:
133 `BUILD_BROKEN_DEPFILE` can be used to allowlist usage of depfile in `gensrcs`.
168 `BUILD_BROKEN_INPUT_DIR_MODULES` can be used to allowlist specific directories
176 access to the manifest contents, that information must be present in the build
[all …]
/build/release/flag_declarations/
DRELEASE_PLATFORM_VNDK_VERSION.textproto3 … PLATFORM_VNDK_VERSION will be set to this version when the PLATFORM_VERSION_CODENAME is REL. This…
/build/soong/cmd/merge_zips/
Dmerge_zips_test.go50 be = testZipEntry{"b/e", 0700, []byte(""), zip.Deflate, jar.DefaultTime} var
147 {be, bc, bDir, bbDir, bbb, A, metainfDir, manifestFile},
149 out: []testZipEntry{A, metainfDir, manifestFile, bDir, bbDir, bbb, bc, be},
156 {be, bc, bDir, A, metainfDir, manifestFile},
158 out: []testZipEntry{metainfDir, manifestFile, A, bDir, bc, be},
165 {metainfDir, manifestFile, bDir, be},
169 out: []testZipEntry{metainfDir, manifestFile, A, bDir, bc, be},
176 {bDir, be},
180 out: []testZipEntry{bDir, be, bc, A},
185 {a, bDir, bbDir, bbb, bc, bd, be},
[all …]
/build/make/tools/zipalign/
DREADME.txt12 outfile.zip will be created
17 allows those portions to be accessed directly with mmap() even if they
20 Some data needs to be word-aligned for easy access, others might benefit
23 in the "extra" fields may be altered by this process.
30 entries. Files added to an "aligned" archive will not be aligned.
33 "-f" flag, an existing file will be overwritten.
/build/bazel/rules/python/
Dpy_proto.bzl35 # 1. foo.proto will be generated in <package>/<label>/foo_pb2.py
36 …# 2. foo.proto with an import prefix in proto_library will be generated in <package>/<label>/<impo…
60 proto_library that will be added to aprotoc -I when compiling the direct .proto sources.
61 WARNING: This is an experimental attribute and is expected to be deprecated in the future.
88 # There may be a better way to do this, but proto_lib_name appears in both srcs
90 # actually be compiled, and it must appear in deps for the PyInfo provider to
91 # be respected and the "imports" path to be included in this library.
/build/bazel_common_rules/exec/
Dexec.bzl36 **NOTE**: Like [genrule](https://bazel.build/reference/be/general#genrule)s,
38 See [`Genrule Environment`](https://bazel.build/reference/be/general#genrule-environment)
43 data: A list of labels providing runfiles. Labels may be used in `script`.
52 … [documentation](https://bazel.build/reference/be/make-variables#predefined_label_variables).
60 … [here](https://docs.bazel.build/versions/main/be/common-definitions.html#common-attributes).
91 **NOTE**: Like [genrule](https://bazel.build/reference/be/general#genrule)s,
93 See [`Genrule Environment`](https://bazel.build/reference/be/general#genrule-environment)
98 data: A list of labels providing runfiles. Labels may be used in `script`.
107 … [documentation](https://bazel.build/reference/be/make-variables#predefined_label_variables).
115 … [here](https://docs.bazel.build/versions/main/be/common-definitions.html#common-attributes).
[all …]
/build/release/
DOWNERS8 # - More clear policies will be made for adding new build flags, and
9 # the expectation that most flags will be aconfig flags and settable
11 # - The build_config and aconfig directories will be managed
/build/make/target/board/generic_x86_arm/
DREADME.txt4 It can be used to build the entire user-level system, and
10 Third party arm to x86 translator has to be installed as well
/build/make/target/board/generic_x86_64_arm64/
DREADME.txt4 It can be used to build the entire user-level system, and
10 Third party arm64 to x86_64 translator has to be installed as well
/build/bazel/api_surfaces/
DREADME.md4 will be used as an external repository in single-tree platform builds.
8 directory will be reorged into a separate git project eventually.
/build/bazel_common_rules/exec/impl/
Dexec.bzl58 **NOTE**: Like [genrule](https://bazel.build/reference/be/general#genrule)s,
60 See [`Genrule Environment`](https://bazel.build/reference/be/general#genrule-environment)
64 …, allow_files = True, doc = """A list of labels providing runfiles. Labels may be used in `script`.
74 [documentation](https://bazel.build/reference/be/make-variables#predefined_label_variables).
90 **NOTE**: Like [genrule](https://bazel.build/reference/be/general#genrule)s,
92 See [`Genrule Environment`](https://bazel.build/reference/be/general#genrule-environment)
96 …, allow_files = True, doc = """A list of labels providing runfiles. Labels may be used in `script`.
106 [documentation](https://bazel.build/reference/be/make-variables#predefined_label_variables).
121 **NOTE**: Like [genrule](https://bazel.build/reference/be/general#genrule)s,
124 See [`Genrule Environment`](https://bazel.build/reference/be/general#genrule-environment)
[all …]
/build/bazel/utils/
Dconfig_setting_boolean_algebra.bzl55 The key can be AND, OR, or NOT. The value or AND/OR keys must be a list
57 The value of NOT keys must be a string or an expression dictionary.
59 The result will be a new config setting which is the evaluation of the expression.
61 A bunch of internal config settings will also be created, but they should be treated
119 fail("Operand to AND/OR must be a list, got %s" % type(operands))
128 fail("Operator must be AND, OR, or NOT, got %s" % op)
138 fail("Expression must be string or dict, got %s" % expr_type)
DBUILD25 # Stamp is a random flag that can only be 1 of 2 values, so it can be used to make
32 # For some reason bazel requires this to be visible to where
40 # For some reason bazel requires this to be visible to where
/build/bazel/rules/cc/
Dcomposed_transitions.bzl49 # TODO: b/294868620 - This can be removed when completing the bug
63 # TODO: b/294868620 - This can be removed when completing the bug
87 # TODO: b/294868620 - This can be removed when completing the bug
94 # TODO: b/294868620 - This can be removed when completing the bug
113 # TODO: b/294868620 - This can be removed when completing the bug
118 # TODO: b/294868620 - This can be removed when completing the bug
132 # TODO: b/294868620 - This can be removed when completing the bug
183 # TODO: b/294868620 - This can be removed when completing the bug
198 # TODO: b/294868620 - This can be removed when completing the bug
/build/soong/scripts/
Dcheck_do_not_merge.sh20 and are not allowed to be used in this project.
21 Please use the Merged-In tag to be more explicit about where this change
/build/bazel/scripts/incremental_build/
Dcanonical_perf.sh25 -l LOG_DIR should be outside of source tree, including not in out/,
26 because the whole tree will be cleaned during testing.
/build/bazel_common_rules/workspace/
DREADME.md1 These extensions are expected to be loaded by `WORKSPACE` files only.
/build/bazel/rules/java/
Dsdk_library_test.bzl25 "Public api surface file should be source, not generated",
38 "System api surface file should be source, not generated",
51 "Test api surface file should be source, not generated",
64 "Module_lib api surface file should be source, not generated",
77 "System_server api surface file should be source, not generated",
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto25 // If set, GCC-style dependency files from any command that references __SBOX_DEPFILE__ will be
51 // A list of files that will be copied before the sandboxed command, and whose contents should be
56 // Copy describes a from-to pair of files to copy. The paths may be relative, the root that they
57 // are relative to is specific to the context the Copy is used in and will be different for
67 // RspFile describes an rspfile that should be copied into the sandbox directory.
72 // A list of path mappings that should be applied to each file listed in the rsp file.

12345678910>>...14