diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-03-11 23:10:19 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-04-28 23:16:33 +0200 |
commit | 0104d4447e0ae55ee0c77d51dbda81594eecef79 (patch) | |
tree | 54a954385891b7392b83966b70a142d515b65f53 /tunnel/build.gradle | |
parent | c284fa0232fbc8d1bbf68497294723d45cb074b1 (diff) |
tunnel: add bgp-java
Add bgp-java.
Update peer list based on TunnelEncapsAttribute in BGP.
Add backend to bgp constructor
Diffstat (limited to 'tunnel/build.gradle')
-rw-r--r-- | tunnel/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tunnel/build.gradle b/tunnel/build.gradle index 0c78b6ba..591cebe1 100644 --- a/tunnel/build.gradle +++ b/tunnel/build.gradle @@ -70,6 +70,7 @@ android { } dependencies { + implementation project(":bgp-java") implementation "androidx.annotation:annotation:$annotationsVersion" implementation "androidx.collection:collection:$collectionVersion" implementation "io.grpc:grpc-android:$grpcVersion" |