Searched defs:PostProcessingConfiguration (Results 1 – 1 of 1) sorted by relevance
150 struct PostProcessingConfiguration { struct151 std::vector<ConfiguredArtifact> artifacts;152 std::optional<std::string> artifact_format;154 Group<Abi> abi_groups;155 Group<android::ConfigDescription> screen_density_groups;156 Group<android::ConfigDescription> locale_groups;157 Group<DeviceFeature> device_feature_groups;158 Group<GlTexture> gl_texture_groups;159 Entry<AndroidSdk> android_sdks;161 bool ValidateVersionCodeOrdering(android::IDiagnostics* diag) { in ValidateVersionCodeOrdering()[all …]