Searched refs:currentVersion (Results 1 – 2 of 2) sorted by relevance
/system/tools/aidl/build/ |
D | aidl_api.go | 152 creatingNewVersion := version != currentVersion 241 …ntDir := filepath.Join(ctx.OtherModuleDir(dep), aidlApiDir, iface.BaseModuleName(), currentVersion) 350 currentApiDir := android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion) 356 …hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion, ".hash"), 414 m.updateApiTimestamp = m.makeApiDumpAsVersion(ctx, totApiDump, currentVersion, nil)
|
D | aidl_interface.go | 46 currentVersion = "current" const
|