Switch to update engine stable v2 libs am: 39fe98202c

Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/2895960

Change-Id: I323e76a0639229b67c8b9d821fdb5a43cb037110
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 6d9b14b..62afe09 100644
--- a/Android.bp
+++ b/Android.bp
@@ -457,7 +457,7 @@
         "libbrillo-binder",
         "libcurl",
         "libcutils",
-        "libupdate_engine_stable-V1-cpp",
+        "libupdate_engine_stable-V2-cpp",
         "liblog",
         "libssl",
         "libstatssocket",
diff --git a/stable/Android.bp b/stable/Android.bp
index aed493a..59165a7 100644
--- a/stable/Android.bp
+++ b/stable/Android.bp
@@ -79,7 +79,7 @@
     ],
     static_libs: [
         "libgflags",
-        "libupdate_engine_stable-V1-ndk",
+        "libupdate_engine_stable-V2-ndk",
     ],
     srcs: [
         "update_engine_stable_client.cc",