From 988f263d5abef3488a5757f8f688953061d9403e Mon Sep 17 00:00:00 2001 From: Chris Banes Date: Wed, 8 Apr 2015 10:18:59 +0100 Subject: [PATCH] Disable design lib in master build file Change-Id: I60a42f56b62fa68987e277ce5045d3d672dcf441 --- build/Android.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/Android.mk b/build/Android.mk index 5d36d14df..04d4dca4f 100644 --- a/build/Android.mk +++ b/build/Android.mk @@ -112,8 +112,7 @@ ANDROID_SUPPORT_LIBRARIES := \ android-support-v13 \ android-support-v17-leanback \ android-support-multidex \ - android-support-multidex-instrumentation \ - android-support-design + android-support-multidex-instrumentation $(foreach lib, $(ANDROID_SUPPORT_LIBRARIES), $(eval $(call _package_sdk_library,$(lib))))