Add support library SDK dependency.

Bug: 8175766
Change-Id: I327a7d0b57a37fb2fbdb11ab44b1a09832b56863
This commit is contained in:
Jeff Brown
2013-03-20 18:55:58 -07:00
parent 84e6be0c69
commit 34fd8af67c

View File

@@ -118,6 +118,11 @@ $(eval _psm_build_module :=)
$(eval _psm_packaging_target :=)
endef
ANDROID_SUPPORT_LIBRARIES := android-support-v4 android-support-v7-gridlayout android-support-v13 android-support-appcompat
ANDROID_SUPPORT_LIBRARIES := \
android-support-v4 \
android-support-v7-gridlayout \
android-support-v7-appcompat \
android-support-v7-mediarouter \
android-support-v13
$(foreach lib, $(ANDROID_SUPPORT_LIBRARIES), $(eval $(call _package_sdk_library,$(lib))))