Lines Matching defs:AppInfo
64 type AppInfo struct { struct
66 Updatable bool
69 TestHelperApp bool
72 EmbeddedJNILibs android.Paths
74 MergedManifestFile android.Path
76 Prebuilt bool
77 AppSet bool
78 Privileged bool
79 OutputFile android.Path
80 InstallApkName string
81 JacocoReportClassesFile android.Path
82 Certificate Certificate
83 PrivAppAllowlist android.OptionalPath
84 OverriddenManifestPackageName *string
85 ApkCertsFile android.Path
2213 func setCommonAppInfo(appInfo *AppInfo, m androidApp) {