Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dsdk_library_internal.go320 distDir := proptools.StringPtr(path.Join(module.apiDistPath(apiScope), "api"))
510 props.Dist.Dir = proptools.StringPtr(module.apiDistPath(apiScope))
H A Dsdk_library.go1548 func (module *SdkLibrary) apiDistPath(apiScope *apiScope) string { func