DO NOT MERGE Modified to use ANDROID_SUPPORT_CAR_TARGETS.

Test: make
Bug: 69479655
Change-Id: I8f9af756696dd9cbef31a58a0faee7b83b347920
diff --git a/Android.mk b/Android.mk
index 369482a..a5170df 100644
--- a/Android.mk
+++ b/Android.mk
@@ -37,11 +37,8 @@
 LOCAL_DX_FLAGS := --multi-dex
 
 LOCAL_STATIC_ANDROID_LIBRARIES := \
-        android-support-car \
-        android-support-design \
+        $(ANDROID_SUPPORT_CAR_TARGETS) \
         android-support-v4 \
-        android-support-v7-appcompat \
-        android-support-v7-cardview \
-        android-support-v7-recyclerview
+        android-support-v7-appcompat
 
 include $(BUILD_PACKAGE)