Specify version for aidl_interface explicitly

Bug: 150578172
Test: m
Change-Id: Ice556af7f453ef7ebe328be0b39f1214e6181857
diff --git a/cpp/watchdog/server/Android.bp b/cpp/watchdog/server/Android.bp
index b6f1ae8..ee5fc29 100644
--- a/cpp/watchdog/server/Android.bp
+++ b/cpp/watchdog/server/Android.bp
@@ -28,8 +28,8 @@
     shared_libs: [
         "android.automotive.watchdog-V3-cpp",
         "android.automotive.watchdog.internal-cpp",
-        "android.automotive.watchdog.internal-unstable-cpp",
-        "android.automotive.watchdog-unstable-cpp",
+        "android.automotive.watchdog.internal-cpp",
+        "android.automotive.watchdog-V3-cpp",
         "android.hardware.automotive.vehicle@2.0",
         "libbase",
         "libbinder",