Searched refs:vndkVersion (Results 1 – 1 of 1) sorted by relevance
/build/soong/cc/ |
D | library.go | 761 func getRefAbiDumpFile(ctx ModuleContext, vndkVersion, fileName string) android.Path { argument 764 refAbiDumpTextFile := android.PathForVndkRefAbiDump(ctx, vndkVersion, fileName, isLlndk, false) 765 refAbiDumpGzipFile := android.PathForVndkRefAbiDump(ctx, vndkVersion, fileName, isLlndk, true) 784 vndkVersion := ctx.DeviceConfig().PlatformVndkVersion() 786 vndkVersion = ver 803 refAbiDumpFile := getRefAbiDumpFile(ctx, vndkVersion, fileName) 932 vndkVersion := ctx.DeviceConfig().PlatformVndkVersion() 933 if vndkVersion != "current" && vndkVersion != "" { 934 library.baseInstaller.subDir += "-" + vndkVersion
|