Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 71) sorted by relevance

123

/build/soong/java/
Dapp_set.go64 func (as *AndroidAppSet) Name() string {
65 return as.prebuilt.Name(as.ModuleBase.Name())
68 func (as *AndroidAppSet) IsInstallable() bool {
72 func (as *AndroidAppSet) Prebuilt() *android.Prebuilt {
73 return &as.prebuilt
76 func (as *AndroidAppSet) Privileged() bool {
77 return Bool(as.properties.Privileged)
80 func (as *AndroidAppSet) OutputFile() android.Path {
81 return as.packedOutput
84 func (as *AndroidAppSet) InstallFile() string {
[all …]
/build/bazel/json_module_graph/
Dlibrary.jq28 [. as $m | . | keys | sort | .[] | . + "=" + ($m[.] | tostring)] | join(", ")
39 # Computes the difference of two maps, returns it as a single string
41 $outer | keys as $outerKeys |
42 $inner | keys as $innerKeys |
43 ($outerKeys - $innerKeys) as $removed |
44 ($innerKeys - $outerKeys) as $added |
49 # Transforms the variation map of dependencies (as specified by f) to a delta
52 f as $outer |
63 def filterMatchingDeps: .Variations as $ov |
64 .DependencyVariations as $od |
[all …]
DdistanceFromLeaves.jq21 map(.key as $key | {key: .key, value: .value | [.[] | select(. != $key)]}) |
26 . as $old |
31 .key as $key |
48 (moduleGraphNoVariants | removeSelfEdges) as $m |
DfullTransitiveDeps.jq3 [((moduleGraphNoVariants | removeSelfEdges) as $m |
5 transitiveDeps($m)) as $names |
DtransitiveDeps.jq3 (moduleGraphNoVariants | removeSelfEdges) as $m |
/build/bazel/bazel_skylib/
DREADME.md9 It should be a goal to follow HEAD `bazel-skylib` as closely as possible, with
DBUILD1 # Divergence from bazel_skylib: Use a stub BUILD file, as there are reduced
/build/bazel/rules_cc/
DREADME.md12 This directory must follow HEAD `rules_cc` as closely as possible, with
/build/make/
DUsage.txt19 This is saved in the shell environment as $TARGET_PRODUCT by `lunch`.
22 This gets saved in the shell environment as $TARGET_BUILD_VARIANT by
30 Note that when giving a relative file path as a target, that path is
75 passed as command-line arguments. For example:
79 TARGET_PRODUCT The <product> to build # as described above
80 TARGET_BUILD_VARIANT The <variant> to build # as described above
/build/soong/licenses/
DLICENSE23 and distribution as defined by Sections 1 through 9 of this document.
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
89 (except as stated in this section) patent license to make, have made,
100 as of the date such litigation is filed.
119 (d) If the Work includes a "NOTICE" text file as part of its
125 as part of the Derivative Works; within the Source form or
132 or as an addendum to the NOTICE text from the Work, provided
134 as modifying the License.
[all …]
/build/blueprint/
DLICENSE11 and distribution as defined by Sections 1 through 9 of this document.
37 Object form, made available under the License, as indicated by a
44 represent, as a whole, an original work of authorship. For the purposes
61 designated in writing by the copyright owner as "Not a Contribution."
77 (except as stated in this section) patent license to make, have made,
88 as of the date such litigation is filed.
107 (d) If the Work includes a "NOTICE" text file as part of its
113 as part of the Derivative Works; within the Source form or
120 or as an addendum to the NOTICE text from the Work, provided
122 as modifying the License.
[all …]
/build/bazel/bazel_skylib/rules/
DBUILD1 # Divergence from rules_cc: Use a stub BUILD file, as there are reduced
/build/soong/python/tests/
DAndroid.bp26 // Is not implemented as a python unittest
49 // Is not implemented as a python unittest
/build/bazel/rules_cc/cc/
DBUILD1 # Divergence from rules_cc: Use a stub BUILD file, as there are reduced
/build/soong/docs/
Dmap_files.md3 Native APIs such as those exposed by the NDK, LL-NDK, or APEX are described by
32 Comments on the same line as either a version definition or a symbol name have
39 other symbols are defined as public by this API. `MY_API_S` inherits all symbols
49 These map files can (and should) also be used as version scripts for building
67 Comments on the same line as a version definition or a symbol name are
149 Used to define a public global variable. By default all symbols are exposed as
170 contain both symbols, as well as the versioned symbols `foo@R` and `bar@R`.
173 mistakes that shipped as part of the platform.
/build/make/core/
DLINUX_KERNEL_COPYING9 Also note that the only valid version of the GPL as far as the kernel
86 the term "modification".) Each licensee is addressed as "you".
96 source code as you receive it, in any medium, provided that you
116 part thereof, to be licensed as a whole at no charge to all third
130 These requirements apply to the modified work as a whole. If
134 sections when you distribute them as separate works. But when you
135 distribute the same sections as part of a whole which is a work based
165 c) Accompany it with the information you received as to the offer
175 control compilation and installation of the executable. However, as a
184 access to copy the source code from the same place counts as
[all …]
/build/bazel/docs/
Dconcepts.md38 * **Bazel** as the next generation of the entire build system, starting as a Ninja executor drop-in…
39 * **soong\_ui** as the tool to orchestrate all of the above, and with auxiliary tools like finder, …
41 The current build system architecture primarily uses **files** as the medium
79 combined Ninja file as entry point.
118 with build/make/core/config.mk as the entry point. During this phase,
124 as soong\_build parses the dumped variables from the JSON on startup, and
131 as a $(shell) action and [read by
133 in a similar way as Kati-config evaluates dex\_preopt\_config.mk included in
148 * Android-&lt;product>.mk contains Soong modules as Make modules so Make
166 build/make/core/main.mk as entry point, and generate
[all …]
/build/bazel/rules/
Dcc_library_static.bzl39 # This is useful in the "macro with proxy rule" pattern, as some rules upstream
41 # as opposed to a proxy target which is a level of indirection to such a target.
44 # This is not ideal, as it flattens a depset.
63 # This safeguard is a no-op, as a library was generated by the main target.
/build/soong/ui/status/build_progress_proto/
Dbuild_progress.proto28 // that the build is completed as the total_actions may be increased for
36 // Total number of actions that reported as a failure.
/build/bazel/
Dcommon.bazelrc29 # Disable local cpp toolchain detection, as it is explicitly declared in AOSP.
32 # Disable sandboxing for CppCompile actions, as headers are not fully specified.
33 # TODO(b/186116353): This is a temporary fix, as appropriately-sandboxed actions
/build/soong/
DOWNERS1 # This file is included by several other projects as the list of people
/build/make/target/board/generic_x86_arm/
DREADME.txt10 Third party arm to x86 translator has to be installed as well
/build/make/target/board/generic_x86_64_arm64/
DREADME.txt10 Third party arm64 to x86_64 translator has to be installed as well
/build/make/tools/fs_config/
DREADME.md14 `fs_config()` function, along with the built-in defaults, to serve as overrides to complete the
23 The `passwd` and `group` files are formatted as documented in man pages passwd(5) and group(5) and
65 generated file and to line up files. Sync lines are placed with the source file as comments in the
/build/make/target/product/security/
DREADME6 NEVER be used to sign packages in publicly released images (as that would
32 dumpkey.jar is a Java tool that takes an x.509 certificate in PEM format as

123