Update makefile

Migrate VtsAidlPowerPolicyTargetTest to use
android.frameworks.automotive.powerpolicy-V2-ndk.

Bug: 277954369
Test: manual build
Change-Id: I9ef98db45b620ef695e7ddc40f932bea24d26092
diff --git a/automotive/powerpolicy/aidl/vts/Android.bp b/automotive/powerpolicy/aidl/vts/Android.bp
index 39ebbe6..a382bc0 100644
--- a/automotive/powerpolicy/aidl/vts/Android.bp
+++ b/automotive/powerpolicy/aidl/vts/Android.bp
@@ -32,11 +32,11 @@
         "libbinder_ndk",
     ],
     static_libs: [
-        "android.frameworks.automotive.powerpolicy-V1-ndk",
+        "android.frameworks.automotive.powerpolicy-V2-ndk",
         "libgmock",
     ],
     test_suites: [
         "general-tests",
         "vts",
     ],
-}
\ No newline at end of file
+}