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.cpp416 bool can_be_conditional = false; in WriteKeepSet() local
418 can_be_conditional = true; in WriteKeepSet()
420 can_be_conditional &= CollectLocations(location, keep_set, &locations); in WriteKeepSet()
424 if (can_be_conditional) { in WriteKeepSet()