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.cpp402 bool can_be_conditional = false; in WriteKeepSet() local
404 can_be_conditional = true; in WriteKeepSet()
406 can_be_conditional &= CollectLocations(location, keep_set, &locations); in WriteKeepSet()
410 if (can_be_conditional) { in WriteKeepSet()