Lines Matching defs:libraryDecorator
464 type libraryDecorator struct { struct
465 Properties LibraryProperties
466 StaticProperties StaticProperties
467 SharedProperties SharedProperties
468 MutatedProperties LibraryMutatedProperties
471 reuseObjects Objects
474 tocFile android.OptionalPath
476 flagExporter
477 flagExporterInfo *FlagExporterInfo
478 stripper Stripper
481 objects Objects
485 libName string
487 sabi *sabi
490 coverageOutputFile android.OptionalPath
493 sAbiOutputFile android.OptionalPath
496 sAbiDiff android.OptionalPath
500 ndkSysrootPath android.Path
503 unstrippedOutputFile android.Path
506 distFile android.Path
508 versionScriptPath android.OptionalPath
510 postInstallCmds []string
514 useCoreVariant bool
515 checkSameCoreVariant bool
517 skipAPIDefine bool
520 *baseCompiler
521 *baseLinker
522 *baseInstaller
524 collectedSnapshotHeaders android.Paths