diff options
author | Benedict Wong <benedictwong@google.com> | 2020-08-12 11:45:16 -0700 |
---|---|---|
committer | Benedict Wong <benedictwong@google.com> | 2020-09-24 23:32:09 -0700 |
commit | 1d0275d98b0564ee9f9f8f245b9606e5208e17cd (patch) | |
tree | 9cf298d06d93c7a443eea5d2e429dedf90c63a8f /tests/net/Android.bp | |
parent | bad5c4ec49a6dfc6c0c73dedba6cd5c0a9b27f9b (diff) |
Provide more feedback to Settings when sessions fail
This change updates the VPN state when IKEv2 sessions fail, and when
configuration errors occur.
Bug: 162289824
Test: Manual testing with IKEv2/PSK
Change-Id: I2e8c6f421d2898f97b0ac422b2276edf9ef923f1
Diffstat (limited to 'tests/net/Android.bp')
-rw-r--r-- | tests/net/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/net/Android.bp b/tests/net/Android.bp index 124b6609f687..0fe84abcbc7b 100644 --- a/tests/net/Android.bp +++ b/tests/net/Android.bp @@ -63,6 +63,7 @@ android_test { "services.net", ], libs: [ + "android.net.ipsec.ike.stubs.module_lib", "android.test.runner", "android.test.base", "android.test.mock", |