summaryrefslogtreecommitdiffstats
path: root/build/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/Android.mk')
-rw-r--r--build/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Android.mk b/build/Android.mk
index 04d4dca4f..5d36d14df 100644
--- a/build/Android.mk
+++ b/build/Android.mk
@@ -112,7 +112,8 @@ ANDROID_SUPPORT_LIBRARIES := \
android-support-v13 \
android-support-v17-leanback \
android-support-multidex \
- android-support-multidex-instrumentation
+ android-support-multidex-instrumentation \
+ android-support-design
$(foreach lib, $(ANDROID_SUPPORT_LIBRARIES), $(eval $(call _package_sdk_library,$(lib))))