diff options
author | Adam Lesinski <adamlesinski@google.com> | 2017-05-10 14:56:36 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2017-05-10 15:00:10 -0700 |
commit | 28e6c0bac2f22e63bc044fc44a82ec5282d2709c (patch) | |
tree | 9ab8474507a84ba0c4f84bf68be65a4f8d345528 /tools/aapt2/Main.cpp | |
parent | f93dc8b6504200d0b6d502d924a70a743f9b1411 (diff) |
AAPT2: Add option to disable PNG crunching
When compiling, a developer may want to disable PNG crunching
for a specific set of PNGs.
Bug: 37729284
Test: manual
Change-Id: I134f208f8bb212df07a4eef65b467985a6443375
Diffstat (limited to 'tools/aapt2/Main.cpp')
-rw-r--r-- | tools/aapt2/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/Main.cpp b/tools/aapt2/Main.cpp index 01930d0c424b..e45d1420a902 100644 --- a/tools/aapt2/Main.cpp +++ b/tools/aapt2/Main.cpp @@ -27,7 +27,7 @@ namespace aapt { static const char* sMajorVersion = "2"; // Update minor version whenever a feature or flag is added. -static const char* sMinorVersion = "14"; +static const char* sMinorVersion = "15"; int PrintVersion() { std::cerr << "Android Asset Packaging Tool (aapt) " << sMajorVersion << "." |