Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go46 currentVersion = "current" const
633 if version != currentVersion {
752 currentApiDir := android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion)
758 …hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion, ".hash"),
812 m.updateApiTimestamp = m.makeApiDumpAsVersion(ctx, totApiDump, currentVersion)
1041 func (i *aidlInterface) currentVersion(ctx android.LoadHookContext) string { func
1082 if version == i.currentVersion(ctx) {
1113 if version == i.currentVersion(mctx) {
1150 currentVersion := i.currentVersion(mctx)
1164 unstableLib := addCppLibrary(mctx, i, currentVersion, langCpp)
[all …]