commit | 423e29330497e94fe635c03c3d1feaf7c44cfa8b | [log] [tgz] |
---|---|---|
author | Alan Viverette <alanv@google.com> | Thu Feb 01 15:52:28 2018 -0500 |
committer | Alan Viverette <alanv@google.com> | Thu Feb 01 15:52:28 2018 -0500 |
tree | 9236421e58e77f20ea52911973c17cb64b61e01e | |
parent | 6f75890b39aa350a66a36c099c94e8b1b6d26b40 [diff] |
Use var for design library Bug: 72796206 Test: make checkbuild Change-Id: I534d3c01948d09d8f9172b8207e0268241ca6f19
diff --git a/Android.mk b/Android.mk index ddfad3e..be49a71 100644 --- a/Android.mk +++ b/Android.mk
@@ -121,7 +121,7 @@ LOCAL_STATIC_ANDROID_LIBRARIES := \ android-support-core-ui \ - android-support-design \ + $(ANDROID_SUPPORT_DESIGN_TARGETS) \ android-support-transition \ android-support-v13 \ android-support-v4 \