From 86d67df8d57b9537666f9b54a9ca563779a2288b Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Tue, 31 Jan 2017 13:47:27 -0800 Subject: AAPT2: Support CtsContentTestCases build - Add to ManifestFixer. - Support in - Add support for and type="configVarying". Some CTS tests use this old notation, we need to support it (even though configVarying isn't anything supported by the framework convention). Change-Id: I6946fa633ce513ea8437c1496db883cf27dcf6de Test: make aapt2_tests --- tools/aapt2/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/aapt2/Main.cpp') diff --git a/tools/aapt2/Main.cpp b/tools/aapt2/Main.cpp index 15d7e2e2241b..d44d79a80749 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 = "5"; +static const char* sMinorVersion = "6"; int PrintVersion() { std::cerr << "Android Asset Packaging Tool (aapt) " << sMajorVersion << "." -- cgit v1.2.3-59-g8ed1b