Fix import of android-support-annotations

Bug: 69161825
Test: m checkbuild
Change-Id: Ic48ec4a3a5125ebc1fe83ae9b23e7696cd7c0cef
Merged-In: Ic48ec4a3a5125ebc1fe83ae9b23e7696cd7c0cef
(cherry picked from commit fe4a754135)
This commit is contained in:
Aurimas Liutikas 2017-11-10 18:59:14 +00:00 committed by Colin Cross
parent 9ac186c5e9
commit 97f0b1979b

View file

@ -43,8 +43,10 @@ LOCAL_SRC_FILES := $(call all-java-files-under, main/src gingerbread/src recycle
ifdef LOCAL_USE_AAPT2
LOCAL_JAVA_LIBRARIES := \
android-support-annotations
LOCAL_SHARED_ANDROID_LIBRARIES := \
android-support-annotations \
android-support-compat \
android-support-core-ui \
android-support-v7-appcompat \