summaryrefslogtreecommitdiff
path: root/opengl/libs/Android.mk
diff options
context:
space:
mode:
author Jack Palevich <jackpal@google.com> 2010-01-09 21:51:05 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2010-01-09 21:51:05 -0800
commit8577a7d4521a17ca3836ca0656f771072dfd66c9 (patch)
tree21342ad86a708c7a4c324a2e6193fc8d0915a7e1 /opengl/libs/Android.mk
parenta1322cae445b5666222e4dcc1c13548cffef6537 (diff)
parent618c755192c452b1138528058419be8dc1d56c05 (diff)
Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair
Diffstat (limited to 'opengl/libs/Android.mk')
-rw-r--r--opengl/libs/Android.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk
index 6d20e80a82..37b9a4349d 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -120,3 +120,19 @@ ifeq ($(ARCH_ARM_HAVE_TLS_REGISTER),true)
endif
include $(BUILD_SHARED_LIBRARY)
+
+###############################################################################
+# Build the ETC1 host static library
+#
+
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES:= \
+ ETC1/etc1.cpp \
+#
+
+LOCAL_LDLIBS := -lpthread -ldl
+LOCAL_MODULE:= libETC1
+
+include $(BUILD_HOST_STATIC_LIBRARY)
+