• Home
  • Raw
  • Download

Lines Matching defs:prebuiltCommon

51 type prebuiltCommon struct {  struct
52 android.ModuleBase
53 prebuilt android.Prebuilt
56 prebuiltCommonProperties *PrebuiltCommonProperties
58 installDir android.InstallPath
59 installFilename string
60 installedFile android.InstallPath
61 outputApex android.WritablePath
65 apexFilesForAndroidMk []apexFile
68 compatSymlinks android.InstallPaths
70 hostRequired []string
71 requiredModuleNames []string
117 … *prebuiltCommon) initPrebuiltCommon(module android.Module, properties *PrebuiltCommonProperties) {
123 func (p *prebuiltCommon) ApexVariationName() string {
127 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt {
131 func (p *prebuiltCommon) isForceDisabled() bool {
135 func (p *prebuiltCommon) checkForceDisable(ctx android.ModuleContext) bool {
156 func (p *prebuiltCommon) InstallFilename() string {
160 func (p *prebuiltCommon) Name() string {
164 func (p *prebuiltCommon) Overrides() []string {
168 func (p *prebuiltCommon) installable() bool {
174 func (p *prebuiltCommon) initApexFilesForAndroidMk(ctx android.ModuleContext) {
218 func (p *prebuiltCommon) addRequiredModules(entries *android.AndroidMkEntries) {
227 func (p *prebuiltCommon) AndroidMkEntries() []android.AndroidMkEntries {
261 … *prebuiltCommon) createEntriesForApexFile(fi apexFile, apexName string) android.AndroidMkEntries {
316 func (p *prebuiltCommon) hasExportedDeps() bool {
323 func (p *prebuiltCommon) prebuiltApexContentsDeps(ctx android.BottomUpMutatorContext) {
343 func (p *prebuiltCommon) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool {
374 func (p *prebuiltCommon) apexInfoMutator(mctx android.TopDownMutatorContext) {
477 prebuiltCommon anonMember
604 …exerModuleIfNeeded(ctx android.TopDownMutatorContext, deapexerName string, apexFileSource string) {
850 prebuiltCommon anonMember