Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dstub_library.go29 stubLibraryMap map[string]bool member
53 s.stubLibraryMap[name] = true
62 stubLibraryMap: make(map[string]bool),
68 ctx.Strict("STUB_LIBRARIES", strings.Join(android.SortedStringKeys(s.stubLibraryMap), " "))