summaryrefslogtreecommitdiff
path: root/tools/aapt/Command.cpp
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-08-18 22:39:38 +0000
committerAdam Lesinski <adamlesinski@google.com>2014-08-18 22:39:38 +0000
commit9a9a17eb07e748542dc8eff15daef1eccfa5717d (patch)
treeef3c0d881936b39270de8fa423b70be478354c59 /tools/aapt/Command.cpp
parent71809ee7f63229d0ea4f6169922ddfbfee330fd2 (diff)
Revert "Include build number in aapt version"
This reverts commit a7ce555ee82ed91345a54ee171dc9a415b65e134. Change-Id: I1018747766963e75bec11ddb01ba6d138f133959
Diffstat (limited to 'tools/aapt/Command.cpp')
-rw-r--r--tools/aapt/Command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp
index fa2bacdc269b..5d146d65bded 100644
--- a/tools/aapt/Command.cpp
+++ b/tools/aapt/Command.cpp
@@ -32,7 +32,7 @@ int doVersion(Bundle* bundle)
if (bundle->getFileSpecCount() != 0) {
printf("(ignoring extra arguments)\n");
}
- printf("Android Asset Packaging Tool, v0.2-" AAPT_VERSION "\n");
+ printf("Android Asset Packaging Tool, v0.2\n");
return 0;
}