summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2021-01-19 17:49:26 -0800
committerJanis Danisevskis <jdanis@google.com>2021-03-03 22:14:41 -0800
commit8cd7953577bda7eb032f2d961eb13a480efec97b (patch)
tree4554f330d8463a8eef27ef33d3d6740f9e1eebab /Android.bp
parent78a488cd10a99aa7d2a3323ad9a0e36eee7337a5 (diff)
Keystore 2.0: Make VPN Keystore 2.0 ready.
* Use public stable API to load certificates from keystore. * Also use grants to allow racoon to use keystore keys without special exceptions in keystore. * Use LegacyProfileStore instead of Keystore for storing VPN profiles. Bug: 175068876 Bug: 171305607 Test: atest android.net.cts.Ikev2VpnTest atest android.net.cts.IpSecManagerTest atest com.android.server.connectivity.VpnTest atest com.android.server.ConnectivityServiceTest Merged-In: I27975113896ea137260a9f94a34fb1c3ca173fe3 Change-Id: I27975113896ea137260a9f94a34fb1c3ca173fe3
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0d7deb1bfd5e..e79248e9d974 100644
--- a/Android.bp
+++ b/Android.bp
@@ -526,6 +526,7 @@ java_library {
"android.security.apc-java",
"android.security.authorization-java",
"android.security.usermanager-java",
+ "android.security.vpnprofilestore-java",
"android.system.keystore2-V1-java",
"android.system.suspend.control.internal-java",
"devicepolicyprotosnano",