Sends the empty navigation state on the app context ownership change.

- This task is needed to clear out the last navigation direction.

Bug: 173454430
Test: check ClusterOsDouble clears the navigation state when the \
    navigation is finished.
Change-Id: I07feff1867560d4e9ca68afcf8406773c7799914
diff --git a/service/Android.bp b/service/Android.bp
index 700d4e3..1bc18eb 100644
--- a/service/Android.bp
+++ b/service/Android.bp
@@ -34,6 +34,7 @@
 ]
 
 common_lib_deps = [
+    "android.car.cluster.navigation",
     "android.car.userlib",
     "android.car.watchdoglib",
     "android.frameworks.automotive.powerpolicy.internal-java",