Lines Matching defs:appProperties
188 type appProperties struct { struct
190 Additional_certificates []string
194 Export_package_resources *bool
199 Privileged *bool
202 Package_splits []string
209 Overrides []string
212 Jni_libs []string `android:"arch_variant"`
216 Jni_uses_platform_apis *bool
220 Jni_uses_sdk_apis *bool
223 Stl *string `android:"arch_variant"`
230 Use_embedded_native_libs *bool
234 Use_embedded_dex *bool
239 AlwaysPackageNativeLibs bool `blueprint:"mutated"`
243 Embed_notices *bool
246 PreventInstall bool `blueprint:"mutated"`
247 HideFromMake bool `blueprint:"mutated"`
248 IsCoverageVariant bool `blueprint:"mutated"`
254 Updatable *bool
291 appProperties appProperties member