Merge "Include android-support-multidex in SDK libs."

This commit is contained in:
Yohann Roussel
2014-07-18 10:51:45 +00:00
committed by Gerrit Code Review

View File

@@ -143,7 +143,8 @@ ANDROID_SUPPORT_LIBRARIES := \
android-support-v7-gridlayout \
android-support-v7-appcompat \
android-support-v7-mediarouter \
android-support-v13
android-support-v13 \
android-support-multidex
$(foreach lib, $(ANDROID_SUPPORT_LIBRARIES), $(eval $(call _package_sdk_library,$(lib))))