From e1a1faefa962e61b7ba69b637505db658edabfc3 Mon Sep 17 00:00:00 2001 From: Jack Palevich Date: Fri, 8 Jan 2010 15:56:34 +0800 Subject: [PATCH] Add the tool etc1tool to the sdk. etc1tool is a command line tool for compressing and decompressing ETC1 textures. This texture format is commonly supported by OpenGL ES 2.0 GPUs. --- build/sdk.atree | 1 + 1 file changed, 1 insertion(+) diff --git a/build/sdk.atree b/build/sdk.atree index b0cd182ab..b01a2c054 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -29,6 +29,7 @@ bin/aidl platforms/${PLATFORM_NAME}/tools/aidl bin/adb tools/adb bin/sqlite3 tools/sqlite3 bin/dmtracedump tools/dmtracedump +bin/etc1tool tools/etc1tool bin/hprof-conv tools/hprof-conv bin/mksdcard tools/mksdcard bin/zipalign tools/zipalign