Home
last modified time | relevance | path

Searched refs:exclude_configs_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink.h91 std::vector<std::string> exclude_configs_; member
279 &options_.exclude_configs_); in LinkCommand()
DLink.cpp1870 if (!options_.exclude_configs_.empty()) { in Run()
1873 for (auto& config_string : options_.exclude_configs_) { in Run()