/build/soong/android_sdk/ |
D | sdk_repo_host_test.go | 62 {From: "a", To: "b"}, 70 {From: "b", To: "c"}, 78 {From: "lib*.so", To: "lib/"}, 86 {From: "**", To: "./"}, 94 {From: "a/*/c", To: "./"},
|
D | sdk_repo_host.go | 53 To string member 257 newPath := remap.To 263 newPath = filepath.Join(remap.To, rel)
|
/build/soong/cc/ |
D | ndk_headers.go | 66 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/ |
D | README.md | 11 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/ |
D | README | 3 The only difference is the specification of a go_package. To regenerate frontend.pb.go, run regen.s…
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.pb.go | 204 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/ |
D | code_metadata.proto | 23 // 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/ |
D | code_metadata_internal.proto | 23 // 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/ |
D | buildspec.mk.default | 18 # 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/ |
D | buildspec.mk.default | 18 # 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"
|
D | Changes.md | 37 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/ |
D | test_spec.proto | 23 // To be used to support legacy/backup systems that use OWNERS file and is
|
/build/make/tools/ |
D | brillo-clang-format | 21 # style guide defined by Brillo. To use this file create a *relative* symlink in
|
/build/bazel/rules/ |
D | toolchain_utils.bzl | 17 # To work around this issue, some rules make the toolchain optional, but then in their
|
/build/make/tools/fs_config/ |
D | README.md | 32 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/ |
D | team.proto | 21 // To be used to support legacy/backup systems that use OWNERS file and is
|
/build/soong/android/ |
D | rule_builder.go | 84 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/ |
D | tidy.md | 20 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
|
D | clion.md | 43 To combine several projects into one, you can create super projects
|
D | rbe.md | 12 To enable RBE, you need to set several environment variables before triggering
|
/build/bazel/rules/cc/ |
D | cc_constants.bzl | 16 # To use, load the constants struct:
|
/build/soong/java/ |
D | dexpreopt.go | 558 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/ |
D | sandbox_linux.go | 207 To recover, either
|
/build/soong/rust/ |
D | fuzz.go | 141 install := ruleBuilderInstall.To
|
/build/soong/bin/ |
D | hmm | 40 To limit the modules being built use the syntax: mmm dir/:target1,target2.
|