Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.cpp152 bool translatable_file = path_data.name.find("donottranslate") != 0; in CompileTable() local
168 parser_options.translatable = translatable_file; in CompileTable()
181 if (options.pseudolocalize && translatable_file) { in CompileTable()