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))))