summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-01-08 23:26:32 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-08 23:26:32 +0000
commit63317bdfd17684345b041e689b332abdd87d48e1 (patch)
treeb08c4e78d16a3daaf92671932943d98741331300 /Android.mk
parent78af954ddf6ff6988dffd1c09e849bd1f98ba8da (diff)
parent621696a283c0ce34956417f760f1005fadcd12ae (diff)
downloadandroid_external_giflib-63317bdfd17684345b041e689b332abdd87d48e1.tar.gz
android_external_giflib-63317bdfd17684345b041e689b332abdd87d48e1.tar.bz2
android_external_giflib-63317bdfd17684345b041e689b332abdd87d48e1.zip
am 621696a2: Add missing LOCAL_SDK_VERSION
* commit '621696a283c0ce34956417f760f1005fadcd12ae': Add missing LOCAL_SDK_VERSION
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8a1f838..f9ff34b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -9,7 +9,7 @@ LOCAL_SRC_FILES := \
gif_err.c
LOCAL_CFLAGS += -Wno-format -DHAVE_CONFIG_H
-
+LOCAL_SDK_VERSION := 8
LOCAL_MODULE:= libgif
include $(BUILD_STATIC_LIBRARY)