Lines Matching refs:Backend
58 commonProperties = &i.properties.Backend.Cpp.CommonNativeBackendProperties
60 commonProperties = &i.properties.Backend.Ndk.CommonNativeBackendProperties
121 sdkVersion = i.properties.Backend.Ndk.Sdk_version
256 commonProperties := &i.properties.Backend.Cpp.CommonNativeBackendProperties
313 sdkVersion := i.properties.Backend.Java.Sdk_version
314 if !proptools.Bool(i.properties.Backend.Java.Platform_apis) && sdkVersion == nil {
332 Platform_apis: proptools.Bool(i.properties.Backend.Java.Platform_apis),
336 GenRpc: proptools.Bool(i.properties.Backend.Java.Gen_rpc),
359 Apex_available: i.properties.Backend.Java.Apex_available,
361 Static_libs: i.properties.Backend.Java.Additional_libs,
363 &i.properties.Backend.Java.LintProperties,
415 Apex_available: i.properties.Backend.Rust.Apex_available,
417 Rustlibs: i.properties.Backend.Rust.Additional_rustlibs,