summaryrefslogtreecommitdiff
path: root/tools/aapt/Command.cpp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-09 20:03:39 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-09 20:03:39 +0000
commit848755812040389041fdaee5f75be6348c79a6a1 (patch)
tree7cb7f2be6af29f141114649ab9c1ffa3e8b86088 /tools/aapt/Command.cpp
parentc80623a641c5b633b077bea2d7f2e2aeae7bf020 (diff)
parenteb211c23d572422e80e5e1159c28d7bed2283da2 (diff)
Merge changes Ia3bcece1,Icd26dc1e am: ec462238f6 am: c201a6bb7d am: 9539d236e7
am: eb211c23d5 Change-Id: I0b4d324af3a1d7dad4648a9d0ffe0d8c44bee6a9
Diffstat (limited to 'tools/aapt/Command.cpp')
-rw-r--r--tools/aapt/Command.cpp18
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.
*