commit | 9f22204c3a9ddac4f92573c9ab098e6cf3ed1cb4 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Wed Nov 04 13:51:45 2015 -0800 |
committer | Adam Lesinski <adamlesinski@google.com> | Thu Nov 05 10:56:32 2015 -0800 |
tree | 7146efe6062b17d4a5fb63230ac3e8d64b1f2e17 | |
parent | 08322c2152131979a846d399ca6b9bebdbdc0355 [diff] [blame] |
AAPT2: Fix small issue with detecting translatable resources Change-Id: Idd21b5de4d20be06c6f8c8eb5a22ccd68afc4927
diff --git a/tools/aapt2/ResourceParser.h b/tools/aapt2/ResourceParser.h index 2d5a29d..06b2581 100644 --- a/tools/aapt2/ResourceParser.h +++ b/tools/aapt2/ResourceParser.h
@@ -40,6 +40,11 @@ * that don't match before we compile them. */ Maybe<std::u16string> product; + + /** + * Whether the default setting for this parser is to allow translation. + */ + bool translatable = true; }; /*