diff options
| author | 2017-09-09 19:21:16 +0000 | |
|---|---|---|
| committer | 2017-09-09 19:21:16 +0000 | |
| commit | ec462238f68e4be2baf59b841bc96ba0d2a7fb36 (patch) | |
| tree | bee72eace47c2e531c02645bd197a0705c39a243 /tools/aapt/Command.cpp | |
| parent | 8157ab2a0e1ae9d84debe7ad3ef8d889a4a203b4 (diff) | |
| parent | 896f01879b424e4f37e65bcf546dc9d5cd712e25 (diff) | |
Merge changes Ia3bcece1,Icd26dc1e
* changes:
Don't compile libaapt with the build number
aapt: Always use our libz
Diffstat (limited to 'tools/aapt/Command.cpp')
| -rw-r--r-- | tools/aapt/Command.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp index ba731801e507..5e8580255197 100644 --- a/tools/aapt/Command.cpp +++ b/tools/aapt/Command.cpp @@ -29,24 +29,6 @@ using namespace android; -#ifndef AAPT_VERSION - #define AAPT_VERSION "" -#endif - -/* - * Show version info. All the cool kids do it. - */ -int doVersion(Bundle* bundle) -{ - if (bundle->getFileSpecCount() != 0) { - printf("(ignoring extra arguments)\n"); - } - printf("Android Asset Packaging Tool, v0.2-" AAPT_VERSION "\n"); - - return 0; -} - - /* * Open the file read only. The call fails if the file doesn't exist. * |