Searched refs:SdkVersion (Results 1 – 11 of 11) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | targeting.pb.go | 588 type SdkVersion struct { struct 596 func (m *SdkVersion) Reset() { *m = SdkVersion{} } argument 597 func (m *SdkVersion) String() string { return proto.CompactTextString(m) } argument 598 func (*SdkVersion) ProtoMessage() {} argument 599 func (*SdkVersion) Descriptor() ([]byte, []int) { argument 603 func (m *SdkVersion) XXX_Unmarshal(b []byte) error { argument 606 func (m *SdkVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument 609 func (m *SdkVersion) XXX_Merge(src proto.Message) { argument 612 func (m *SdkVersion) XXX_Size() int { argument 615 func (m *SdkVersion) XXX_DiscardUnknown() { argument [all …]
|
D | targeting.proto | 78 message SdkVersion { message 210 repeated SdkVersion value = 1; 213 repeated SdkVersion alternatives = 2;
|
/build/soong/cc/ |
D | linkable.go | 57 SdkVersion() string methodSpec
|
D | cc.go | 590 func (c *Module) SdkVersion() string { func 2070 if from.SdkVersion() == "" { 2102 if to.SdkVersion() == "" { 2115 if from.SdkVersion() != "current" { 2117 if to.SdkVersion() == "current" { 2122 fromApi, err := strconv.Atoi(from.SdkVersion()) 2126 from.SdkVersion()) 2128 toApi, err := strconv.Atoi(to.SdkVersion()) 2132 to.SdkVersion()) 2137 ctx.OtherModuleName(to.Module()), to.SdkVersion()) [all …]
|
D | linker.go | 343 func CheckSdkVersionAtLeast(ctx ModuleContext, SdkVersion int) bool { 353 if parsedSdkVersion < SdkVersion {
|
D | library_sdk_member.go | 118 sdkVersion := ccModule.SdkVersion()
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 195 func (p Pom) SdkVersion() string { func 232 LOCAL_SDK_VERSION := {{.SdkVersion}} 250 LOCAL_SDK_VERSION := {{.SdkVersion}} 256 LOCAL_SDK_VERSION := {{.SdkVersion}}{{if .IsAar}}
|
/build/soong/java/ |
D | sdk_library.go | 2191 SdkVersion string member 2208 properties.SdkVersion = sdk.sdkVersionForStubsLibrary(ctx.SdkModuleContext(), apiScope) 2265 if properties.SdkVersion != "" { 2266 scopeSet.AddProperty("sdk_version", properties.SdkVersion)
|
D | app.go | 464 jniSdkVersion, err := sdkSpecFrom(dep.SdkVersion()).effectiveVersion(ctx) 467 dep.SdkVersion(), minSdkVersion, ctx.ModuleName()) 861 if checkNativeSdkVersion && dep.SdkVersion() == "" {
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 285 func (p Pom) SdkVersion() string { func
|
/build/soong/rust/ |
D | rust.go | 210 func (mod *Module) SdkVersion() string { func
|