diff options
author | 2018-10-25 08:18:22 -0700 | |
---|---|---|
committer | 2018-10-25 08:31:19 -0700 | |
commit | 18f16d6241c6398a034237c2a5343f94d1938f6a (patch) | |
tree | f97f35b6880f0b25b9aa203b13001ec580e52292 | |
parent | c2896a27fadc416458e883282bb0d8a0f81ee13a (diff) |
Don't try to compress opus resources
Test: build
Change-Id: Ibf398b3afca02d4111d88b126c8d107ac44068a6
-rw-r--r-- | tools/aapt/Package.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/Package.cpp b/tools/aapt/Package.cpp index d631f3531127..f06643dcf784 100644 --- a/tools/aapt/Package.cpp +++ b/tools/aapt/Package.cpp @@ -28,7 +28,7 @@ static const char* kExcludeExtension = ".EXCLUDE"; /* these formats are already compressed, or don't compress well */ static const char* kNoCompressExt[] = { - ".jpg", ".jpeg", ".png", ".gif", + ".jpg", ".jpeg", ".png", ".gif", ".opus", ".wav", ".mp2", ".mp3", ".ogg", ".aac", ".mpg", ".mpeg", ".mid", ".midi", ".smf", ".jet", ".rtttl", ".imy", ".xmf", ".mp4", ".m4a", |