Searched defs:stubDecorator (Results 1 – 1 of 1) sorted by relevance
84 type stubDecorator struct { struct85 *libraryDecorator87 properties libraryProperties89 versionScriptPath android.ModuleGenPath90 parsedCoverageXmlPath android.ModuleOutPath91 installPath android.Path93 apiLevel android.ApiLevel94 firstVersion android.ApiLevel95 unversionedUntil android.ApiLevel100 func shouldUseVersionScript(ctx BaseModuleContext, stub *stubDecorator) bool {[all …]