Home
last modified time | relevance | path

Searched refs:latestVersion (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/tools/aidl/build/
H A Daidl_api.go34 …name "*.aidl" -print0 | LC_ALL=C sort -z | xargs -0 sha1sum && echo ${latestVersion}) | sha1sum | …
123 latestVersion := "latest-version"
125 latestVersion = m.properties.Versions[len(m.properties.Versions)-1]
145 "latestVersion": latestVersion,
H A Daidl_interface_backends.go381 return version == i.latestVersion()
401 return other.versionedName(other.latestVersion())
H A Daidl_interface.go597 func (i *aidlInterface) latestVersion() string { func
/aosp12/build/soong/cc/
H A Dlibrary.go2088 latestVersion := ""
2090 latestVersion = versions[len(versions)-1]
2092 mctx.CreateAliasVariation("latest", latestVersion)