summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2017-11-13 20:23:39 +0000
committerAurimas Liutikas <aurimas@google.com>2017-11-14 13:52:50 -0800
commit547c579ac0d509e566a916ff1683a9fd9d6b79a0 (patch)
treea1cdc458a31e6ffbbc6b7b03412df839d0632430
parente7a220f5719396f50a12c461343a0bceb23cbeef (diff)
downloadchips-547c579ac0d509e566a916ff1683a9fd9d6b79a0.tar.gz
Fix import of android-support-annotations
Bug: 69161825 Test: None Change-Id: I259f6f0afbbf9f968f4d9da56421e220ec493145
-rw-r--r--Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 5ae29d4..f7e810d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -16,9 +16,10 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libchips
-LOCAL_STATIC_ANDROID_LIBRARIES := \
- android-support-compat \
+LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-annotations
+LOCAL_STATIC_ANDROID_LIBRARIES := \
+ android-support-compat
LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := \
$(call all-java-files-under, src) \