summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:25 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:25 -0800
commitf015ec9ad03a8c22f423638c5338da0a185c5235 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Android.mk
parentff6a75e423d8333c6657e4a66494e0bc9ed34385 (diff)
downloadandroid_external_giflib-f015ec9ad03a8c22f423638c5338da0a185c5235.tar.gz
android_external_giflib-f015ec9ad03a8c22f423638c5338da0a185c5235.tar.bz2
android_external_giflib-f015ec9ad03a8c22f423638c5338da0a185c5235.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 2453314..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := \
- dgif_lib.c \
- gifalloc.c \
- gif_err.c
-
-LOCAL_CFLAGS += -Wno-format -DHAVE_CONFIG_H
-
-LOCAL_MODULE:= libgif
-
-include $(BUILD_STATIC_LIBRARY)