Lines Matching defs:Module
770 type Module struct { struct
771 android.ModuleBase
772 android.DefaultableModuleBase
773 android.ApexModuleBase
774 android.SdkBase
775 android.BazelModuleBase
777 Properties BaseProperties
778 VendorProperties VendorProperties
781 hod android.HostOrDeviceSupported
782 multilib android.Multilib
785 sdkMemberTypes []android.SdkMemberType
792 compiler compiler
793 linker linker
794 installer installer
795 bazelHandler bazelHandler
797 features []feature
798 stl *stl
799 sanitize *sanitize
800 coverage *coverage
801 sabi *sabi
802 vndkdep *vndkdep
803 lto *lto
804 pgo *pgo
806 library libraryInterface
808 outputFile android.OptionalPath
810 cachedToolchain config.Toolchain
812 subAndroidMkOnce map[subAndroidMkProvider]bool
815 flags Flags
818 staticAnalogue *StaticLibraryInfo
820 makeLinkType string
822 kytheFiles android.Paths
825 apexSdkVersion android.ApiLevel
827 hideApexVariantFromMake bool
989 func (c *Module) Module() android.Module { func
3214 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool {