diff options
| author | 2013-01-16 11:10:36 -0800 | |
|---|---|---|
| committer | 2013-01-16 11:26:35 -0800 | |
| commit | e9818ee8dfe0569b17dc81ca62021621d356677b (patch) | |
| tree | d1772ed9308b0ba48f7f75acb09d40438dc4b204 /tools/aapt/Command.cpp | |
| parent | 7e553e15d9f903f01e7038bd691aaa94e4524b97 (diff) | |
DO NOT MERGE Fix build.
Looks like a method that won't compile was left behind as part of
a merge conflict resolution.
Change-Id: I75eabc0c626a619a666642c7c685e4ce544095e7
Diffstat (limited to 'tools/aapt/Command.cpp')
| -rw-r--r-- | tools/aapt/Command.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/aapt/Command.cpp b/tools/aapt/Command.cpp index 08d655469a3a..0a5e5904a95a 100644 --- a/tools/aapt/Command.cpp +++ b/tools/aapt/Command.cpp @@ -1839,25 +1839,6 @@ int doCrunch(Bundle* bundle) return NO_ERROR; } -/* - * Do PNG Crunching on a single flag - * -i points to a single png file - * -o points to a single png output file - */ -int doSingleCrunch(Bundle* bundle) -{ - fprintf(stdout, "Crunching single PNG file: %s\n", bundle->getSingleCrunchInputFile()); - fprintf(stdout, "\tOutput file: %s\n", bundle->getSingleCrunchOutputFile()); - - String8 input(bundle->getSingleCrunchInputFile()); - String8 output(bundle->getSingleCrunchOutputFile()); - if (preProcessImageToCache(bundle, input, output) != NO_ERROR) { - // we can't return the status_t as it gets truncate to the lower 8 bits. - return 42; - } - return NO_ERROR; -} - char CONSOLE_DATA[2925] = { 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 95, 46, 32, 32, 32, 32, 32, 32, 32, 32, 32, |