Fix SupportVectorDrawable sample not building

Change-Id: I0a304cd7ea9320b0e5636121c89e8e24d3f7180f
This commit is contained in:
Chris Banes
2015-12-21 11:51:34 +00:00
parent 87d5e9b38c
commit 7eb7c4f7df

View File

@@ -24,7 +24,9 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := SupportAnimatedVectorDrawable
LOCAL_STATIC_JAVA_LIBRARIES := android-support-animatedvectordrawable android-support-v4
LOCAL_STATIC_JAVA_LIBRARIES := android-support-animatedvectordrawable \
android-support-vectordrawable \
android-support-v4
LOCAL_AAPT_FLAGS += --auto-add-overlay \
--extra-packages android.support.graphics.drawable \