Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/
H A Dstub_library.go30 stubLibraryMap map[string]bool member
58 s.stubLibraryMap[name] = true
75 stubLibraryMap: make(map[string]bool),
82 ctx.Strict("STUB_LIBRARIES", strings.Join(android.SortedKeys(s.stubLibraryMap), " "))