Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.cpp539 ConfigDescription withoutVersion = file->getGroupEntry().toParams(); in addFile() local
540 withoutVersion.version = 0; in addFile()
541 AaptConfig::applyVersionForCompatibility(&withoutVersion); in addFile()
547 (withoutVersion.version != 0) ? "The version qualifier may be implied." : ""); in addFile()