Keystore 2.0: VPN profile store legacy support
Test: Manually tested by storing profiles through the UI then upgrading
to keystore 2 and verifying that they are still visible.
Also checked that they were correctly imported into the sqlite
database.
Change-Id: I0cbfb026db032290163469ee8824b5f59edc06fb
diff --git a/keystore2/vpnprofilestore/Android.bp b/keystore2/vpnprofilestore/Android.bp
index 6a0c71c..2fb9aab 100644
--- a/keystore2/vpnprofilestore/Android.bp
+++ b/keystore2/vpnprofilestore/Android.bp
@@ -22,6 +22,7 @@
"android.security.vpnprofilestore-rust",
"libanyhow",
"libbinder_rs",
+ "libkeystore2",
"liblog_rust",
"librusqlite",
"libthiserror",
@@ -38,6 +39,7 @@
"android.security.vpnprofilestore-rust",
"libanyhow",
"libbinder_rs",
+ "libkeystore2",
"libkeystore2_test_utils",
"liblog_rust",
"librusqlite",