Lines Matching defs:apexBundle
315 type apexBundle struct { struct
317 android.ModuleBase
318 android.DefaultableModuleBase
319 android.OverridableModuleBase
320 android.SdkBase
323 properties apexBundleProperties
324 targetProperties apexTargetBundleProperties
325 archProperties apexArchBundleProperties
326 overridableProperties overridableProperties
327 vndkProperties apexVndkProperties // only for apex_vndk modules
333 publicKeyFile android.Path
334 privateKeyFile android.Path
337 containerCertificateFile android.Path
338 containerPrivateKeyFile android.Path
341 testApex bool
342 vndkApex bool
343 artApex bool
347 primaryApexType bool
350 suffix string
353 payloadFsType fsType
357 linkToSystemLib bool
361 filesInfo []apexFile
364 requiredDeps []string
370 manifestJsonOut android.WritablePath
373 manifestPbOut android.WritablePath
376 fileContexts android.WritablePath
379 mergedNotices android.NoticeOutputs
382 outputFile android.WritablePath
389 bundleModuleFile android.WritablePath
392 installDir android.InstallPath
398 compatSymlinks []string
402 installedFilesFile android.WritablePath
406 android.ApexBundleDepsInfo
409 lintReports android.Paths
411 prebuiltFileToDelete string
413 isCompressed bool
416 apisUsedByModuleFile android.ModuleOutPath
417 apisBackedByModuleFile android.ModuleOutPath