Lines Matching defs:Module
421 skipInstall(mod *Module)
472 type Module struct { struct
473 android.ModuleBase
474 android.DefaultableModuleBase
475 android.ApexModuleBase
476 android.SdkBase
478 Properties BaseProperties
479 VendorProperties VendorProperties
482 hod android.HostOrDeviceSupported
483 multilib android.Multilib
486 sdkMemberTypes []android.SdkMemberType
489 features []feature
490 compiler compiler
491 linker linker
492 installer installer
493 stl *stl
494 sanitize *sanitize
495 coverage *coverage
496 sabi *sabi
497 vndkdep *vndkdep
498 lto *lto
499 pgo *pgo
501 outputFile android.OptionalPath
503 cachedToolchain config.Toolchain
505 subAndroidMkOnce map[subAndroidMkProvider]bool
508 flags Flags
513 depsInLinkOrder android.Paths
516 staticVariant LinkableInterface
518 makeLinkType string
520 kytheFiles android.Paths
523 apexSdkVersion int
526 func (c *Module) Toc() android.OptionalPath {
535 func (c *Module) ApiLevel() string {
544 func (c *Module) Static() bool {
553 func (c *Module) Shared() bool {
562 func (c *Module) SelectedStl() string {
569 func (c *Module) ToolchainLibrary() bool {
576 func (c *Module) NdkPrebuiltStl() bool {
583 func (c *Module) StubDecorator() bool {
590 func (c *Module) SdkVersion() string {
594 func (c *Module) MinSdkVersion() string {
598 func (c *Module) AlwaysSdk() bool {
602 func (c *Module) IncludeDirs() android.Paths {
611 func (c *Module) HasStaticVariant() bool {
618 func (c *Module) GetStaticVariant() LinkableInterface {
622 func (c *Module) SetDepsInLinkOrder(depsInLinkOrder []android.Path) {
626 func (c *Module) GetDepsInLinkOrder() []android.Path {
630 func (c *Module) StubsVersions() []string {
639 func (c *Module) CcLibrary() bool {
648 func (c *Module) CcLibraryInterface() bool {
655 func (c *Module) NonCcVariants() bool {
659 func (c *Module) SetBuildStubs() {
677 func (c *Module) BuildStubs() bool {
686 func (c *Module) SetStubsVersions(version string) {
700 func (c *Module) StubsVersion() string {
712 func (c *Module) SetStatic() {
722 func (c *Module) SetShared() {
732 func (c *Module) BuildStaticVariant() bool {
741 func (c *Module) BuildSharedVariant() bool {
750 func (c *Module) Module() android.Module { func
754 func (c *Module) OutputFile() android.OptionalPath {
758 func (c *Module) CoverageFiles() android.Paths {
769 func (c *Module) UnstrippedOutputFile() android.Path {
776 func (c *Module) CoverageOutputFile() android.OptionalPath {
783 func (c *Module) RelativeInstallPath() string {
790 func (c *Module) VndkVersion() string {
794 func (c *Module) Init() android.Module {
844 func (c *Module) isDependencyRoot() bool {
859 func (c *Module) UseVndk() bool {
863 func (c *Module) canUseSdk() bool {
867 func (c *Module) UseSdk() bool {
874 func (c *Module) isCoverageVariant() bool {
878 func (c *Module) IsNdk() bool {
882 func (c *Module) isLlndk(config android.Config) bool {
887 func (c *Module) isLlndkPublic(config android.Config) bool {
893 func (c *Module) isVndkPrivate(config android.Config) bool {
898 func (c *Module) IsVndk() bool {
905 func (c *Module) isPgoCompile() bool {
912 func (c *Module) isNDKStubLibrary() bool {
919 func (c *Module) isVndkSp() bool {
926 func (c *Module) isVndkExt() bool {
933 func (c *Module) MustUseVendorVariant() bool {
937 func (c *Module) getVndkExtendsModuleName() string {
946 func (c *Module) HasVendorVariant() bool {
961 func (c *Module) inProduct() bool {
966 func (c *Module) inVendor() bool {
970 func (c *Module) InRamdisk() bool {
974 func (c *Module) InRecovery() bool {
978 func (c *Module) OnlyInRamdisk() bool {
982 func (c *Module) OnlyInRecovery() bool {
986 func (c *Module) IsStubs() bool {
995 func (c *Module) HasStubsVariants() bool {
1005 func (c *Module) bootstrap() bool {
1009 func (c *Module) nativeCoverage() bool {
1017 func (c *Module) isSnapshotPrebuilt() bool {
1024 func (c *Module) ExportedIncludeDirs() android.Paths {
1031 func (c *Module) ExportedSystemIncludeDirs() android.Paths {
1038 func (c *Module) ExportedFlags() []string {
1045 func (c *Module) ExportedDeps() android.Paths {
1052 func (c *Module) ExportedGeneratedHeaders() android.Paths {
1074 func (c *Module) XrefCcFiles() android.Paths {
1314 func (c *Module) Prebuilt() *android.Prebuilt {
1321 func (c *Module) Name() string {
1331 func (c *Module) Symlinks() []string {
1399 func (c *Module) IsTestPerSrcAllTestsVariation() bool {
1404 func (c *Module) DataPaths() []android.DataPath {
1413 func (c *Module) getNameSuffixWithVndkVersion(ctx android.ModuleContext) string {
1436 func (c *Module) GenerateAndroidBuildActions(actx android.ModuleContext) {
1606 func (c *Module) toolchain(ctx android.BaseModuleContext) config.Toolchain {
1613 func (c *Module) begin(ctx BaseModuleContext) {
1653 func (c *Module) deps(ctx DepsContext) Deps {
1725 func (c *Module) beginMutator(actx android.BottomUpMutatorContext) {
1747 func (c *Module) DepsMutator(actx android.BottomUpMutatorContext) {
2202 func (c *Module) depsToPaths(ctx android.ModuleContext) PathDeps {
2668 func (c *Module) InstallInData() bool {
2675 func (c *Module) InstallInSanitizerDir() bool {
2685 func (c *Module) InstallInRamdisk() bool {
2689 func (c *Module) InstallInRecovery() bool {
2693 func (c *Module) SkipInstall() {
2701 func (c *Module) HostToolPath() android.OptionalPath {
2708 func (c *Module) IntermPathForModuleOut() android.OptionalPath {
2712 func (c *Module) OutputFiles(tag string) (android.Paths, error) {
2724 func (c *Module) static() bool {
2733 func (c *Module) staticBinary() bool {
2742 func (c *Module) header() bool {
2751 func (c *Module) binary() bool {
2760 func (c *Module) object() bool {
2769 func (c *Module) getMakeLinkType(actx android.ModuleContext) string {
2805 func (c *Module) IsInstallableToApex() bool {
2818 func (c *Module) AvailableFor(what string) bool {
2828 func (c *Module) TestFor() []string {
2839 func (c *Module) EverInstallable() bool {
2845 func (c *Module) installable() bool {
2870 func (c *Module) AndroidMkWriteAdditionalDependenciesForSourceAbiDiff(w io.Writer) {
2878 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool {
2919 func (c *Module) ShouldSupportSdkVersion(ctx android.BaseModuleContext, sdkVersion int) error {
3008 func squashVendorSrcs(m *Module) {
3021 func squashRecoverySrcs(m *Module) {
3036 func (m *Module) ImageMutatorBegin(mctx android.BaseModuleContext) {
3222 func (c *Module) CoreVariantNeeded(ctx android.BaseModuleContext) bool {
3226 func (c *Module) RamdiskVariantNeeded(ctx android.BaseModuleContext) bool {
3230 func (c *Module) RecoveryVariantNeeded(ctx android.BaseModuleContext) bool {
3234 func (c *Module) ExtraImageVariations(ctx android.BaseModuleContext) []string {
3238 … *Module) SetImageVariation(ctx android.BaseModuleContext, variant string, module android.Module) {
3264 func (c *Module) IsSdkVariant() bool {