Searched defs:target_config_str (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
H A DUtil.cpp215 std::stringstream target_config_str; local
216 target_config_str << util::Joiner(constraints.configs, ",");
217 manifest_el->attributes.push_back(xml::Attribute{"", "targetConfig", target_config_str.str()});

Completed in 31 milliseconds