Home
last modified time | relevance | path

Searched refs:Platform (Results 1 – 19 of 19) sorted by relevance

/build/soong/remoteexec/
Dremoteexec_test.go34 Platform: map[string]string{
50 Platform: map[string]string{
72 Platform: map[string]string{
88 Platform: map[string]string{
Dremoteexec.go66 Platform map[string]string member
118 for k, v := range r.Platform {
124 if _, ok := r.Platform[ContainerImageKey]; !ok {
/build/soong/java/
Ddex.go104 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}"},
Dsdk_library_external.go57 if j.Platform() || j.SystemExtSpecific() {
Dapp_builder.go44 Platform: map[string]string{remoteexec.PoolKey: "${config.REJavaPool}"},
Dlint.go365 Platform: map[string]string{remoteexec.PoolKey: pool},
Ddroidstubs.go412 Platform: map[string]string{remoteexec.PoolKey: pool},
Dapp.go590 if !m.Platform() {
/build/bazel/
DREADME.md3 The code in this directory is experimental. Bazel support for Android Platform
/build/soong/sysprop/
Dsysprop_library.go383 Platform *bool
426 installedInSystem := ctx.Platform() || ctx.SystemExtSpecific()
471 ccProps.Sysprop.Platform = proptools.BoolPtr(isOwnerPlatform)
/build/soong/cc/
Dbuilder.go79 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}"},
Dlinker.go184 Platform struct {
338 deps.SharedLibs = append(deps.SharedLibs, linker.Properties.Target.Platform.Shared_libs...)
Dlibrary.go58 Platform *bool
1545 if library.Properties.Sysprop.Platform != nil {
1546 isOwnerPlatform := Bool(library.Properties.Sysprop.Platform)
/build/bazel/platforms/
DBUILD.bazel1 # Common target platforms for Android Platform builds.
/build/soong/android/
Dneverallow_test.go348 Platform struct { member
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs99 <th>Platform</th>
/build/bazel/docs/
Dconcepts.md10 Android Platform build system, and how each component maps to a concept in
/build/soong/apex/
Dbuilder.go264 if a.Platform() {
Dapex.go1211 if !mctx.Config().FlattenApex() && ab.Platform() {