diff options
author | Adam Lesinski <adamlesinski@google.com> | 2017-03-03 16:33:26 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2017-03-07 11:06:16 -0800 |
commit | f34b6f4f2b969b47a3f371eb9549e92ef1680d91 (patch) | |
tree | ba2db0d2374464655c54dd7a3c24a65207e415a3 /tools/aapt2/Main.cpp | |
parent | df2870df9ae6e5dbb7acfe3d5fd840a3317b0e66 (diff) |
AAPT2: Add --package-id flag for feature-split suppport
Bug: 35928935
Change-Id: Ia8496505e61cfcfdb8f9f62366d2f36e453db111
Test: make aapt2_tests
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 38d9ef84f44b..456f68635705 100644 --- a/tools/aapt2/Main.cpp +++ b/tools/aapt2/Main.cpp @@ -25,7 +25,7 @@ namespace aapt { static const char* sMajorVersion = "2"; // Update minor version whenever a feature or flag is added. -static const char* sMinorVersion = "9"; +static const char* sMinorVersion = "10"; int PrintVersion() { std::cerr << "Android Asset Packaging Tool (aapt) " << sMajorVersion << "." |