Lines Matching defs:appProperties
50 type appProperties struct { struct
52 Additional_certificates []string
56 Export_package_resources *bool
61 Privileged *bool
64 Package_splits []string
71 Overrides []string
74 Jni_libs []string `android:"arch_variant"`
78 Jni_uses_platform_apis *bool
82 Jni_uses_sdk_apis *bool
85 Stl *string `android:"arch_variant"`
92 Use_embedded_native_libs *bool
96 Use_embedded_dex *bool
101 AlwaysPackageNativeLibs bool `blueprint:"mutated"`
105 Embed_notices *bool
108 PreventInstall bool `blueprint:"mutated"`
109 HideFromMake bool `blueprint:"mutated"`
110 IsCoverageVariant bool `blueprint:"mutated"`
116 Updatable *bool
145 appProperties appProperties member