Lines Matching defs:prebuiltCommon
54 type prebuiltCommon struct { struct
55 android.ModuleBase
56 java.Dexpreopter
57 prebuilt android.Prebuilt
60 prebuiltCommonProperties *PrebuiltCommonProperties
62 installDir android.InstallPath
63 installFilename string
64 installedFile android.InstallPath
65 outputApex android.WritablePath
68 apexKeysPath android.WritablePath
71 compatSymlinks android.InstallPaths
73 hostRequired []string
74 requiredModuleNames []string
126 … *prebuiltCommon) initPrebuiltCommon(module android.Module, properties *PrebuiltCommonProperties) {
132 func (p *prebuiltCommon) ApexVariationName() string {
136 func (p *prebuiltCommon) BaseModuleName() string {
140 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt {
144 func (p *prebuiltCommon) isForceDisabled() bool {
148 func (p *prebuiltCommon) checkForceDisable(ctx android.ModuleContext) bool {
167 func (p *prebuiltCommon) InstallFilename() string {
171 func (p *prebuiltCommon) Name() string {
175 func (p *prebuiltCommon) Overrides() []string {
179 func (p *prebuiltCommon) installable() bool {
184 func (p *prebuiltCommon) IsInstallable() bool {
189 func (p *prebuiltCommon) initApexFilesForAndroidMk(ctx android.ModuleContext) {
197 …p *prebuiltCommon) dexpreoptSystemServerJars(ctx android.ModuleContext, di *android.DeapexerInfo) {
221 func (p *prebuiltCommon) addRequiredModules(entries *android.AndroidMkEntries) {
225 func (p *prebuiltCommon) AndroidMkEntries() []android.AndroidMkEntries {
256 func (p *prebuiltCommon) hasExportedDeps() bool {
262 func (p *prebuiltCommon) prebuiltApexContentsDeps(ctx android.BottomUpMutatorContext) {
277 func (p *prebuiltCommon) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool {
308 func (p *prebuiltCommon) apexInfoMutator(mctx android.TopDownMutatorContext) {
369 prebuiltCommon anonMember
476 …c (p *prebuiltCommon) getDeapexerPropertiesIfNeeded(ctx android.ModuleContext) DeapexerProperties {
576 …ltCommon) getDeapexerInfo(ctx android.ModuleContext, apexFile android.Path) *android.DeapexerInfo {
588 …c (p *prebuiltCommon) provideApexExportsInfo(ctx android.ModuleContext, di *android.DeapexerInfo) {
609 func (p *prebuiltCommon) providePrebuiltInfo(ctx android.ModuleContext) {
725 prebuiltCommon anonMember