• Home
  • Raw
  • Download

Lines Matching defs:prebuiltCommon

58 type prebuiltCommon struct {  struct
59 android.ModuleBase
60 java.Dexpreopter
61 prebuilt android.Prebuilt
64 prebuiltCommonProperties *PrebuiltCommonProperties
66 installDir android.InstallPath
67 installFilename string
68 installedFile android.InstallPath
69 extraInstalledFiles android.InstallPaths
70 extraInstalledPairs installPairs
71 outputApex android.WritablePath
74 apexKeysPath android.WritablePath
77 compatSymlinks android.InstallPaths
80 systemServerDexpreoptInstalls []java.DexpreopterInstall
84 systemServerDexJars android.Paths
88 apkCertsFile android.WritablePath
140 … *prebuiltCommon) initPrebuiltCommon(module android.Module, properties *PrebuiltCommonProperties) {
146 func (p *prebuiltCommon) ApexVariationName() string {
150 func (p *prebuiltCommon) BaseModuleName() string {
154 func (p *prebuiltCommon) Prebuilt() *android.Prebuilt {
158 func (p *prebuiltCommon) isForceDisabled() bool {
162 func (p *prebuiltCommon) checkForceDisable(ctx android.ModuleContext) bool {
181 func (p *prebuiltCommon) InstallFilename() string {
185 func (p *prebuiltCommon) Name() string {
189 func (p *prebuiltCommon) Overrides() []string {
193 func (p *prebuiltCommon) installable() bool {
198 func (p *prebuiltCommon) IsInstallable() bool {
203 func (p *prebuiltCommon) initApexFilesForAndroidMk(ctx android.ModuleContext) {
210 …p *prebuiltCommon) dexpreoptSystemServerJars(ctx android.ModuleContext, di *android.DeapexerInfo) {
243 func (p *prebuiltCommon) installApexSystemServerFiles(ctx android.ModuleContext) {
265 func (p *prebuiltCommon) AndroidMkEntries() []android.AndroidMkEntries {
294 func (p *prebuiltCommon) hasExportedDeps() bool {
308 func (p *prebuiltCommon) prebuiltApexContentsDeps(ctx android.BottomUpMutatorContext) {
324 func (m *prebuiltCommon) GetDepInSameApexChecker() android.DepInSameApexChecker {
337 func (p *prebuiltCommon) checkExportedDependenciesArePrebuilts(ctx android.ModuleContext) {
359 func (p *prebuiltCommon) generateApexInfo(ctx generateApexInfoContext) android.ApexInfo {
368 prebuiltCommon anonMember
481 …c (p *prebuiltCommon) getDeapexerPropertiesIfNeeded(ctx android.ModuleContext) DeapexerProperties {
596 …ltCommon) getDeapexerInfo(ctx android.ModuleContext, apexFile android.Path) *android.DeapexerInfo {
608 …c (p *prebuiltCommon) provideApexExportsInfo(ctx android.ModuleContext, di *android.DeapexerInfo) {
629 func (p *prebuiltCommon) providePrebuiltInfo(ctx android.ModuleContext) {
789 prebuiltCommon anonMember