• Home
  • Raw
  • Download

Lines Matching defs:libraryDecorator

93 type libraryDecorator struct {  struct
94 *baseCompiler
95 *flagExporter
96 stripper Stripper
98 Properties LibraryCompilerProperties
99 MutatedProperties LibraryMutatedProperties
100 includeDirs android.Paths
101 sourceProvider SourceProvider
138 func (library *libraryDecorator) nativeCoverage() bool {
142 func (library *libraryDecorator) rlib() bool {
146 func (library *libraryDecorator) sysroot() bool {
150 func (library *libraryDecorator) dylib() bool {
154 func (library *libraryDecorator) shared() bool {
158 func (library *libraryDecorator) static() bool {
162 func (library *libraryDecorator) source() bool {
166 func (library *libraryDecorator) buildRlib() bool {
170 func (library *libraryDecorator) buildDylib() bool {
174 func (library *libraryDecorator) buildShared() bool {
178 func (library *libraryDecorator) buildStatic() bool {
182 func (library *libraryDecorator) setRlib() {
189 func (library *libraryDecorator) setDylib() {
196 func (library *libraryDecorator) setRlibStd() {
200 func (library *libraryDecorator) setDylibStd() {
204 func (library *libraryDecorator) setShared() {
211 func (library *libraryDecorator) setStatic() {
218 func (library *libraryDecorator) setSource() {
222 func (library *libraryDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
238 func (library *libraryDecorator) stdLinkage(ctx *depsContext) RustLinkage {
335 func (library *libraryDecorator) BuildOnlyFFI() {
342 func (library *libraryDecorator) BuildOnlyRust() {
349 func (library *libraryDecorator) BuildOnlyDylib() {
356 func (library *libraryDecorator) BuildOnlyRlib() {
363 func (library *libraryDecorator) BuildOnlyStatic() {
370 func (library *libraryDecorator) BuildOnlyShared() {
396 func (library *libraryDecorator) compilerProps() []interface{} {
403 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
415 func (library *libraryDecorator) sharedLibFilename(ctx ModuleContext) string {
419 func (library *libraryDecorator) compilerFlags(ctx ModuleContext, flags Flags) Flags {
432 …c (library *libraryDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path {
513 func (library *libraryDecorator) srcPath(ctx ModuleContext, deps PathDeps) android.Path {
523 func (library *libraryDecorator) rustdoc(ctx ModuleContext, flags Flags,
538 func (library *libraryDecorator) getStem(ctx ModuleContext) string {
545 func (library *libraryDecorator) install(ctx ModuleContext) {
552 func (library *libraryDecorator) Disabled() bool {
556 func (library *libraryDecorator) SetDisabled() {