Home
last modified time | relevance | path

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

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