Get rid of dependency on android-common
It was only used for a single string constant that can be inlined
Change-Id: I19078b6b00adf1b91e329d10181e91809944b606
diff --git a/Android.mk b/Android.mk
index a2e2f10..016d151 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,7 @@
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := android-common android-support-v13
+LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
LOCAL_SDK_VERSION := 17