Home
last modified time | relevance | path

Searched defs:stubDecorator (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dndk_library.go84 type stubDecorator struct { struct
85 *libraryDecorator
87 properties libraryProperties
89 versionScriptPath android.ModuleGenPath
90 parsedCoverageXmlPath android.ModuleOutPath
91 installPath android.Path
93 apiLevel android.ApiLevel
94 firstVersion android.ApiLevel
95 unversionedUntil android.ApiLevel
100 func shouldUseVersionScript(ctx BaseModuleContext, stub *stubDecorator) bool {
[all …]