Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/java/
DProguardRules.cpp344 bool can_be_conditional = true; in WriteKeepSet() local
346 can_be_conditional &= CollectLocations(location, keep_set, &locations); in WriteKeepSet()
349 if (keep_set.conditional_keep_rules_ && can_be_conditional) { in WriteKeepSet()