Merge "Don\'t build for froyo. That\'s just silly."
am: ce50ba50df

* commit 'ce50ba50df1890fff70e76f2f0a28e22e2bbb4da':
  Don't build for froyo. That's just silly.
diff --git a/Android.mk b/Android.mk
index 0639e00..03a9355 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,7 +12,6 @@
     quantize.c
 
 LOCAL_CFLAGS += -Wno-format -Wno-sign-compare -Wno-unused-parameter -DHAVE_CONFIG_H
-LOCAL_SDK_VERSION := 8
 LOCAL_MODULE:= libgif
 
 include $(BUILD_STATIC_LIBRARY)