summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2018-02-01 15:52:28 -0500
committerAlan Viverette <alanv@google.com>2018-02-01 15:52:28 -0500
commit423e29330497e94fe635c03c3d1feaf7c44cfa8b (patch)
tree9236421e58e77f20ea52911973c17cb64b61e01e /Android.mk
parent6f75890b39aa350a66a36c099c94e8b1b6d26b40 (diff)
downloadandroid_packages_apps_Dialer-423e29330497e94fe635c03c3d1feaf7c44cfa8b.tar.gz
android_packages_apps_Dialer-423e29330497e94fe635c03c3d1feaf7c44cfa8b.tar.bz2
android_packages_apps_Dialer-423e29330497e94fe635c03c3d1feaf7c44cfa8b.zip
Use var for design library
Bug: 72796206 Test: make checkbuild Change-Id: I534d3c01948d09d8f9172b8207e0268241ca6f19
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ddfad3ee1..be49a710d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -121,7 +121,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
LOCAL_STATIC_ANDROID_LIBRARIES := \
android-support-core-ui \
- android-support-design \
+ $(ANDROID_SUPPORT_DESIGN_TARGETS) \
android-support-transition \
android-support-v13 \
android-support-v4 \