summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index bc14caf..86ea0f2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -46,13 +46,15 @@ LOCAL_CERTIFICATE := platform
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+LOCAL_STATIC_JAVA_LIBRARIES := \
+ android-support-annotations
+
LOCAL_STATIC_ANDROID_LIBRARIES := \
android-support-v7-appcompat \
android-support-compat \
android-support-core-utils \
android-support-core-ui \
android-support-fragment \
- android-support-annotations \
android-support-design \
android-support-transition \
android-support-v7-recyclerview