Merge "Switch to platform/packages/modules/IPsec"
diff --git a/Android.bp b/Android.bp
index f536811..184d23b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -164,7 +164,7 @@
     static_libs: ["bouncycastle-unbundled"],
 }
 
-// Bouncycastle subset for use by frameworks/opt/net/ike project.
+// Bouncycastle subset for use by platform/packages/modules/IPsec project.
 //
 // Avoids including the whole of bouncycastle_unbundled in ike.
 //
@@ -172,7 +172,7 @@
 // legacy authentication methods.
 java_library {
     name: "bouncycastle_ike_digests",
-    visibility: ["//frameworks/opt/net/ike"],
+    visibility: ["//packages/modules/IPsec"],
     apex_available: [
         "com.android.ipsec",
         "test_com.android.ipsec",