• Home
  • Raw
  • Download

Lines Matching defs:apexBundle

378 type apexBundle struct {  struct
379 android.ModuleBase
380 android.DefaultableModuleBase
382 properties apexBundleProperties
383 targetProperties apexTargetBundleProperties
385 apexTypes apexPackaging
387 bundleModuleFile android.WritablePath
388 outputFiles map[apexPackaging]android.WritablePath
389 installDir android.OutputPath
391 public_key_file android.Path
392 private_key_file android.Path
394 container_certificate_file android.Path
395 container_private_key_file android.Path
398 filesInfo []apexFile
401 externalDeps []string
403 flattened bool
405 testApex bool
427 func (a *apexBundle) combineProperties(ctx android.BottomUpMutatorContext) {
440 func (a *apexBundle) DepsMutator(ctx android.BottomUpMutatorContext) {
534 func (a *apexBundle) getCertString(ctx android.BaseContext) string {
542 func (a *apexBundle) Srcs() android.Paths {
550 func (a *apexBundle) installable() bool {
554 func (a *apexBundle) getImageVariation(config android.DeviceConfig) string {
562 func (a *apexBundle) EnableSanitizer(sanitizerName string) {
568 func (a *apexBundle) IsSanitizerEnabled(ctx android.BaseModuleContext, sanitizerName string) bool {
659 func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
826 …*apexBundle) buildNoticeFile(ctx android.ModuleContext, apexFileName string) android.OptionalPath {
849 func (a *apexBundle) buildUnflattenedApex(ctx android.ModuleContext, apexType apexPackaging) {
1048 func (a *apexBundle) buildFlattenedApex(ctx android.ModuleContext) {
1084 func (a *apexBundle) AndroidMk() android.AndroidMkData {
1100 …exBundle) androidMkForFiles(w io.Writer, name, moduleDir string, apexType apexPackaging) []string {
1186 func (a *apexBundle) androidMkForType(apexType apexPackaging) android.AndroidMkData {