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