From 4e7b0e21c538fc44b616aa4c9e8a2f3e933ce545 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 12 Jan 2010 11:14:17 -0800 Subject: [PATCH] Add etc1tool to Windows SDK. SDK BUG 2368918 This depends on Change I83485145 from development.git. Change-Id: I1b4f5e39bd08c0cfbb656f2857921fb5ad305812 --- core/main.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/main.mk b/core/main.mk index f6181940c3..4e79ca146d 100644 --- a/core/main.mk +++ b/core/main.mk @@ -346,6 +346,11 @@ endif ifeq ($(SDK_ONLY),true) +# ----- SDK for Windows ------ +# These configure the build targets that are available for the SDK under Cygwin. +# The first section defines all the C/C++ tools that can be compiled under Cygwin, +# the second section defines all the Java ones (assuming javac is available.) + subdirs := \ prebuilt \ build/libs/host \ @@ -355,6 +360,7 @@ subdirs := \ dalvik/tools/dmtracedump \ dalvik/tools/hprof-conv \ development/tools/line_endings \ + development/tools/etc1tool \ sdk/emulator/mksdcard \ sdk/sdklauncher \ development/host \ @@ -366,6 +372,7 @@ subdirs := \ frameworks/base/libs/utils \ frameworks/base/tools/aapt \ frameworks/base/tools/aidl \ + frameworks/base/opengl/libs \ system/core/adb \ system/core/fastboot \ system/core/libcutils \