Home
last modified time | relevance | path

Searched defs:vndkVersion (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/apex/
H A Dvndk.go49 func (a *apexBundle) vndkVersion(config android.DeviceConfig) string { func
/aosp12/system/core/fs_mgr/tests/src/com/android/tests/vendoroverlay/
H A DVendorOverlayHostTest.java77 String vndkVersion = getDevice().executeShellV2Command("getprop ro.vndk.version").getStdout(); in testVendorOverlay() local
/aosp12/system/libvintf/
H A DAssembleVintf.cpp541 auto vndkVersion = base::Trim(getEnv("REQUIRED_VNDK_VERSION")); in assembleCompatibilityMatrix() local
/aosp12/build/soong/cc/
H A Dlibrary.go1368 func getRefAbiDumpFile(ctx ModuleContext, vndkVersion, fileName string) android.Path { argument