Searched defs:vndkVersion (Results 1 – 4 of 4) sorted by relevance
49 func (a *apexBundle) vndkVersion(config android.DeviceConfig) string { func
77 String vndkVersion = getDevice().executeShellV2Command("getprop ro.vndk.version").getStdout(); in testVendorOverlay() local
541 auto vndkVersion = base::Trim(getEnv("REQUIRED_VNDK_VERSION")); in assembleCompatibilityMatrix() local
1368 func getRefAbiDumpFile(ctx ModuleContext, vndkVersion, fileName string) android.Path { argument