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.cpp417 bool can_be_conditional = false; in WriteKeepSet() local
419 can_be_conditional = true; in WriteKeepSet()
421 can_be_conditional &= CollectLocations(location, keep_set, &locations); in WriteKeepSet()
425 if (can_be_conditional) { in WriteKeepSet()