Home
last modified time | relevance | path

Searched refs:To (Results 1 – 25 of 52) sorted by relevance

123

/build/soong/android_sdk/
Dsdk_repo_host_test.go62 {From: "a", To: "b"},
70 {From: "b", To: "c"},
78 {From: "lib*.so", To: "lib/"},
86 {From: "**", To: "./"},
94 {From: "a/*/c", To: "./"},
Dsdk_repo_host.go53 To string member
257 newPath := remap.To
263 newPath = filepath.Join(remap.To, rel)
/build/soong/cc/
Dndk_headers.go66 To *string member
130 String(m.properties.To))
176 To *string member
212 toOutputPath := getCurrentIncludePath(ctx).Join(ctx, String(m.properties.To))
216 installDir := getHeaderInstallDir(ctx, header, String(m.properties.From), String(m.properties.To))
308 To *string member
333 installDir := getCurrentIncludePath(ctx).Join(ctx, String(m.properties.To))
/build/bazel/examples/apex/minimal/
DREADME.md11 To build and install with soong:
16 To build and install with bazel:
37 To run the binary that the apex installs:
/build/soong/ui/status/ninja_frontend/
DREADME3 The only difference is the specification of a go_package. To regenerate frontend.pb.go, run regen.s…
/build/soong/cmd/sbox/sbox_proto/
Dsbox.pb.go204 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"` member
249 if x != nil && x.To != nil {
250 return *x.To
327 To *string `protobuf:"bytes,2,req,name=to" json:"to,omitempty"` member
370 if x != nil && x.To != nil {
371 return *x.To
/build/soong/testing/code_metadata_proto/
Dcode_metadata.proto23 // To be used to support legacy/backup systems that use OWNERS file and is
31 // To be used to determine ownership of a file for ownership
/build/soong/testing/code_metadata_internal_proto/
Dcode_metadata_internal.proto23 // To be used to support legacy/backup systems that use OWNERS file and is
31 // To be used to determine ownership of a file for ownership
/build/
Dbuildspec.mk.default18 # This is a do-nothing template file. To use it, copy it to a file
101 # To only build ART, use "runtime_libart_default"
102 # To use Dalvik but also include ART, use "runtime_libdvm_default runtime_libart"
103 # To use ART but also include Dalvik, use "runtime_libart_default runtime_libdvm"
/build/make/
Dbuildspec.mk.default18 # This is a do-nothing template file. To use it, copy it to a file
101 # To only build ART, use "runtime_libart_default"
102 # To use Dalvik but also include ART, use "runtime_libdvm_default runtime_libart"
103 # To use ART but also include Dalvik, use "runtime_libart_default runtime_libdvm"
DChanges.md37 To omit the validation, `BUILD_BROKEN_PLUGIN_VALIDATION` expects a
85 To migrate all gensrcs to Bazel, we are restricting the use of depfile property
88 To fix existing uses, remove depfile and directly specify all the dependencies
142 To better specify the inputs to the build, we are restricting use of directories
145 To fix existing uses, change inputs to specify the inputs and update the command
181 To specify a list of libraries for a given modules, use:
221 To temporarily relax missing required modules check, use:
278 To temporarily turn the build-time restriction off, use
307 the first one. To go back to the original behavior for compatability reason,
322 To temporarily relax this check and restore the behavior prior to this change,
[all …]
/build/soong/testing/test_spec_proto/
Dtest_spec.proto23 // To be used to support legacy/backup systems that use OWNERS file and is
/build/make/tools/
Dbrillo-clang-format21 # style guide defined by Brillo. To use this file create a *relative* symlink in
/build/bazel/rules/
Dtoolchain_utils.bzl17 # To work around this issue, some rules make the toolchain optional, but then in their
/build/make/tools/fs_config/
DREADME.md32 them in their native code. To do so, include the `oemaids_headers` header library in the
83 To add new tests, simply add a `test_<xxx>` method to the test class. It will automatically
/build/soong/android/team_proto/
Dteam.proto21 // To be used to support legacy/backup systems that use OWNERS file and is
/build/soong/android/
Drule_builder.go84 To string member
99 sb.WriteString(install.To)
521 To: proto.String(sboxPathForToolRel(r.ctx, tool)),
528 To: proto.String(sboxPathForPackagedToolRel(tool)),
542 To: proto.String(r.sboxPathForInputRel(input)),
555 To: proto.String(sboxOutSubDir),
559 To: proto.String(sboxOutSubDir),
574 To: proto.String(output.String()),
/build/soong/docs/
Dtidy.md20 do not include time-consuming static analyzer checks. To enable those
62 To run clang-tidy on all modules that should be tested with clang-tidy,
187 To manually select only some directories or modules to compile with clang-tidy,
218 checks. To reduce clang-tidy check time, a *subset* target like
231 To limit clang-tidy time, an environment variable can be set as
Dclion.md43 To combine several projects into one, you can create super projects
Drbe.md12 To enable RBE, you need to set several environment variables before triggering
/build/bazel/rules/cc/
Dcc_constants.bzl16 # To use, load the constants struct:
/build/soong/java/
Ddexpreopt.go558 installDir := strings.TrimPrefix(filepath.Dir(install.To), "/")
568 installBase := filepath.Base(install.To)
623 installPath, relDir, name := getModuleInstallPathInfo(ctx, install.To)
/build/soong/ui/build/
Dsandbox_linux.go207 To recover, either
/build/soong/rust/
Dfuzz.go141 install := ruleBuilderInstall.To
/build/soong/bin/
Dhmm40 To limit the modules being built use the syntax: mmm dir/:target1,target2.

123