Migrate away from temporary androidx.design_design target.

androidx.design_design was a target created temporarily while
the com.google.android.material_material was being added.
This migrated to the final material design class packages.

Exempt-From-Owner-Approval: Large scale refactor
Test: make -j Contacts
Change-Id: I143a201fd56c331cf0f13ffc9c23b2e59107ad1c
diff --git a/Android.mk b/Android.mk
index c599684..2a3a485 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,7 +14,7 @@
 LOCAL_ASSET_DIR := $(addprefix $(LOCAL_PATH)/, $(asset_dirs))
 
 LOCAL_STATIC_ANDROID_LIBRARIES := \
-    androidx.design_design \
+    com.google.android.material_material \
     androidx.transition_transition \
     androidx.legacy_legacy-support-v13 \
     androidx.appcompat_appcompat \