OSDN Git Service

Don't try to compress .mkv resources
authorWonsik Kim <wonsik@google.com>
Mon, 4 Apr 2016 06:39:40 +0000 (15:39 +0900)
committerWonsik Kim <wonsik@google.com>
Mon, 4 Apr 2016 06:39:40 +0000 (15:39 +0900)
Bug: 27987970
Change-Id: I58e920e81d1e79b7fbba479d8fb34afb3911f97d

tools/aapt/Package.cpp

index 641c34b..d631f35 100644 (file)
@@ -33,7 +33,7 @@ static const char* kNoCompressExt[] = {
     ".mpg", ".mpeg", ".mid", ".midi", ".smf", ".jet",
     ".rtttl", ".imy", ".xmf", ".mp4", ".m4a",
     ".m4v", ".3gp", ".3gpp", ".3g2", ".3gpp2",
-    ".amr", ".awb", ".wma", ".wmv", ".webm"
+    ".amr", ".awb", ".wma", ".wmv", ".webm", ".mkv"
 };
 
 /* fwd decls, so I can write this downward */