Deprecate NavigationState APIs, rm androidx.car-cluster refs

All car-cluster refs are removed for the migration to
navigation_state protobufs ag/8302304

Fix: 130255007
Bug: 135627876
Test: make -j

Change-Id: I9a3acff9250ae76452d09827283f4f4bb161827d
diff --git a/tests/EmbeddedKitchenSinkApp/Android.mk b/tests/EmbeddedKitchenSinkApp/Android.mk
index b1371d5..488ddaf 100644
--- a/tests/EmbeddedKitchenSinkApp/Android.mk
+++ b/tests/EmbeddedKitchenSinkApp/Android.mk
@@ -44,7 +44,7 @@
     car-service-lib-for-test \
     com.google.android.material_material \
     androidx.appcompat_appcompat \
-    androidx.car_car-cluster
+    androidx.car_car
 
 LOCAL_STATIC_JAVA_LIBRARIES += \
     android.hidl.base-V1.0-java \
@@ -52,7 +52,6 @@
     vehicle-hal-support-lib \
     com.android.car.keventreader-client \
     guava \
-    kitchensink-gson \
     android.car.cluster.navigation
 
 LOCAL_JAVA_LIBRARIES += android.car
@@ -63,9 +62,6 @@
 
 include $(CLEAR_VARS)
 
-LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
-    kitchensink-gson:libs/gson-2.1.jar
-
 include $(BUILD_MULTI_PREBUILT)
 
 include $(CLEAR_VARS)