Searched refs:Platform (Results 1 – 19 of 19) sorted by relevance
/build/soong/remoteexec/ |
D | remoteexec_test.go | 34 Platform: map[string]string{ 50 Platform: map[string]string{ 72 Platform: map[string]string{ 88 Platform: map[string]string{
|
D | remoteexec.go | 66 Platform map[string]string member 118 for k, v := range r.Platform { 124 if _, ok := r.Platform[ContainerImageKey]; !ok {
|
/build/soong/java/ |
D | dex.go | 104 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"}, 111 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"}, 142 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"}, 149 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"}, 156 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
|
D | sdk_library_external.go | 57 if j.Platform() || j.SystemExtSpecific() {
|
D | app_builder.go | 44 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
|
D | lint.go | 365 Platform: map[string]string{remoteexec.PoolKey: pool},
|
D | droidstubs.go | 412 Platform: map[string]string{remoteexec.PoolKey: pool},
|
D | app.go | 590 if !m.Platform() {
|
/build/bazel/ |
D | README.md | 3 The code in this directory is experimental. Bazel support for Android Platform
|
/build/soong/sysprop/ |
D | sysprop_library.go | 383 Platform *bool 426 installedInSystem := ctx.Platform() || ctx.SystemExtSpecific() 471 ccProps.Sysprop.Platform = proptools.BoolPtr(isOwnerPlatform)
|
/build/soong/cc/ |
D | builder.go | 79 Platform: map[string]string{remoteexec.PoolKey: "${config.RECXXLinksPool}"}, 95 Platform: map[string]string{remoteexec.PoolKey: "${config.RECXXLinksPool}"}, 212 Platform: map[string]string{remoteexec.PoolKey: "${config.REClangTidyPool}"}, 246 Platform: map[string]string{ 269 Platform: map[string]string{remoteexec.PoolKey: "${config.RECXXPool}"},
|
D | linker.go | 184 Platform struct { 338 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Platform.Shared_libs...)
|
D | library.go | 58 Platform *bool 1545 if library.Properties.Sysprop.Platform != nil { 1546 isOwnerPlatform := Bool(library.Properties.Sysprop.Platform)
|
/build/bazel/platforms/ |
D | BUILD.bazel | 1 # Common target platforms for Android Platform builds.
|
/build/soong/android/ |
D | neverallow_test.go | 348 Platform struct { member
|
/build/make/tools/droiddoc/templates-pdk/ |
D | sdkpage.cs | 99 <th>Platform</th>
|
/build/bazel/docs/ |
D | concepts.md | 10 Android Platform build system, and how each component maps to a concept in
|
/build/soong/apex/ |
D | builder.go | 264 if a.Platform() {
|
D | apex.go | 1211 if !mctx.Config().FlattenApex() && ab.Platform() {
|