commit | 769de98f2dd41bfe39a1c9f76aefd1ad58942733 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Fri Apr 10 19:43:55 2015 -0700 |
committer | Adam Lesinski <adamlesinski@google.com> | Wed Apr 15 19:56:59 2015 -0700 |
tree | 3d79143b08f02dfb61158689f51e01eeb1bb371e | |
parent | 9310e4285b3fc951c3524d040726d1161015562c [diff] [blame] |
AAPT2: Add library support Change-Id: I307f56d9631784ab29ee4156d94886f9b2f25b30
diff --git a/tools/aapt2/Flag.h b/tools/aapt2/Flag.h index 32f5f2c..4cadfc4 100644 --- a/tools/aapt2/Flag.h +++ b/tools/aapt2/Flag.h
@@ -18,6 +18,8 @@ void optionalSwitch(const StringPiece& name, const StringPiece& description, bool* result); +void usageAndDie(const StringPiece& command); + void parse(int argc, char** argv, const StringPiece& command); const std::vector<std::string>& getArgs();