Updating App to match AIDL changes.

This change modifies the calls to the remote provisioning service to
match the newer AIDL interface specified there.

Test: tbd
Change-Id: I7585f7737a4d2c30ed993e7c86ee0f0a2a7df186
diff --git a/Android.bp b/Android.bp
index b3a51a1..3636c82 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,12 +18,13 @@
     platform_apis: true,
     privileged: true,
     libs: [
-        "android.system.keystore2-java",
+        "android.system.keystore2-V1-java",
         "framework-annotations-lib",
         "cbor-java",
     ],
     static_libs: [
-        "android.security.remoteprovisioning-java"
+        "android.hardware.security.keymint-V1-java",
+        "android.security.remoteprovisioning-java",
     ],
     resource_dirs: ["res"],
     srcs: ["src/**/*.java",