• Home
  • Raw
  • Download

Lines Matching defs:Module

103 type Module struct {  struct
104 android.ModuleBase
105 android.DefaultableModuleBase
106 android.ApexModuleBase
108 VendorProperties cc.VendorProperties
110 Properties BaseProperties
112 hod android.HostOrDeviceSupported
113 multilib android.Multilib
115 makeLinkType string
117 compiler compiler
118 coverage *coverage
119 clippy *clippy
120 sanitize *sanitize
121 cachedToolchain config.Toolchain
122 sourceProvider SourceProvider
123 subAndroidMkOnce map[SubAndroidMkProvider]bool
128 unstrippedOutputFile android.OptionalPath
129 docTimestampFile android.OptionalPath
131 hideApexVariantFromMake bool
134 func (mod *Module) Header() bool {
139 func (mod *Module) SetPreventInstall() {
143 func (mod *Module) SetHideFromMake() {
147 func (c *Module) HiddenFromMake() bool {
151 func (mod *Module) SanitizePropDefined() bool {
157 func (mod *Module) IsDependencyRoot() bool {
164 func (mod *Module) IsPrebuilt() bool {
171 func (mod *Module) OutputFiles(tag string) (android.Paths, error) {
187 func (mod *Module) SelectedStl() string {
191 func (mod *Module) NonCcVariants() bool {
200 func (mod *Module) Static() bool {
209 func (mod *Module) Shared() bool {
218 func (mod *Module) Dylib() bool {
227 func (mod *Module) Rlib() bool {
236 func (mod *Module) Binary() bool {
245 func (mod *Module) Object() bool {
250 func (mod *Module) Toc() android.OptionalPath {
259 func (mod *Module) UseSdk() bool {
263 func (mod *Module) RelativeInstallPath() string {
270 func (mod *Module) UseVndk() bool {
274 func (mod *Module) MustUseVendorVariant() bool {
278 func (mod *Module) SubName() string {
282 func (mod *Module) IsVndk() bool {
287 func (mod *Module) IsVndkExt() bool {
291 func (mod *Module) IsVndkSp() bool {
295 func (c *Module) IsVndkPrivate() bool {
299 func (c *Module) IsLlndk() bool {
303 func (c *Module) IsLlndkPublic() bool {
307 func (mod *Module) KernelHeadersDecorator() bool {
311 func (m *Module) NeedsLlndkVariants() bool {
315 func (m *Module) NeedsVendorPublicLibraryVariants() bool {
319 func (mod *Module) HasLlndkStubs() bool {
323 func (mod *Module) StubsVersion() string {
327 func (mod *Module) SdkVersion() string {
331 func (mod *Module) MinSdkVersion() string {
335 func (mod *Module) AlwaysSdk() bool {
339 func (mod *Module) IsSdkVariant() bool {
343 func (mod *Module) SplitPerApiLevel() bool {
467 func (mod *Module) isCoverageVariant() bool {
473 func (mod *Module) IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool {
477 func (mod *Module) VndkVersion() string {
481 func (mod *Module) PreventInstall() bool {
485 func (mod *Module) HideFromMake() {
489 func (mod *Module) MarkAsCoverageVariant(coverage bool) {
493 func (mod *Module) EnableCoverageIfNeeded() {
532 func (mod *Module) CrateName() string {
536 func (mod *Module) CcLibrary() bool {
545 func (mod *Module) CcLibraryInterface() bool {
556 func (mod *Module) IncludeDirs() android.Paths {
565 func (mod *Module) SetStatic() {
575 func (mod *Module) SetShared() {
585 func (mod *Module) BuildStaticVariant() bool {
594 func (mod *Module) BuildSharedVariant() bool {
603 func (mod *Module) Module() android.Module { argument
607 func (mod *Module) OutputFile() android.OptionalPath {
614 func (mod *Module) CoverageFiles() android.Paths {
621 func (mod *Module) installable(apexInfo android.ApexInfo) bool {
633 func (mod *Module) Init() android.Module {
730 func (mod *Module) nativeCoverage() bool {
734 func (mod *Module) EverInstallable() bool {
740 func (mod *Module) Installable() *bool {
744 func (mod *Module) toolchain(ctx android.BaseModuleContext) config.Toolchain {
751 func (mod *Module) ccToolchain(ctx android.BaseModuleContext) cc_config.Toolchain {
758 func (mod *Module) GenerateAndroidBuildActions(actx android.ModuleContext) {
832 func (mod *Module) deps(ctx DepsContext) Deps {
911 func (mod *Module) begin(ctx BaseModuleContext) {
920 func (mod *Module) depsToPaths(ctx android.ModuleContext) PathDeps {
1142 func (mod *Module) InstallInData() bool {
1153 func (mod *Module) DepsMutator(actx android.BottomUpMutatorContext) {
1241 func (mod *Module) beginMutator(actx android.BottomUpMutatorContext) {
1249 func (mod *Module) Name() string {
1259 func (mod *Module) disableClippy() {
1267 func (mod *Module) HostToolPath() android.OptionalPath {
1279 func (mod *Module) minSdkVersion() string {
1286 …Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion android.ApiLevel) error {
1309 func (mod *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool {
1343 func (mod *Module) IsInstallableToApex() bool {