Searched refs:Dylib (Results 1 – 5 of 5) sorted by relevance
40 func (m *Module) Dylib() bool { func
215 Dylib() bool methodSpec
127 srcs = append(srcs, prebuilt.libraryDecorator.Properties.Dylib.Srcs...)
53 Dylib VariantLibraryProperties `android:"arch_variant"` member171 return library.MutatedProperties.BuildDylib && BoolDefault(library.Properties.Dylib.Enabled, true)
218 func (mod *Module) Dylib() bool { func