Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dsdk_library_internal.go500 if module.stubLibrariesCompiledForDex() {
632 if module.stubLibrariesCompiledForDex() {
H A Dsdk_library.go1089 func (c *commonToSdkLibraryAndImport) stubLibrariesCompiledForDex() bool { func