Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dndk_library.go566 func getUnversionedLibraryInstallPath(ctx ModuleContext) android.OutputPath { func
573 return getUnversionedLibraryInstallPath(ctx).Join(ctx, apiLevel.String())
H A Dlibrary.go1784 installPath := getUnversionedLibraryInstallPath(ctx).Join(ctx, file.Base())