diff options
author | 2019-12-18 01:22:12 +0000 | |
---|---|---|
committer | 2019-12-18 01:22:12 +0000 | |
commit | fa2ac9f6e9378f883a307df1ec9d965839f60671 (patch) | |
tree | 9f98283225c739a9d53768b7c355450d9d14be0f | |
parent | 405c7ab9599b796f4767ce9d43313096c243a347 (diff) | |
parent | 13b0d51ffbdacc1126e66e7ec2b0864ada22465a (diff) |
Merge "Enable covergae for ike.jar which will be in mainline module IPsec(IKE)"
-rw-r--r-- | java/config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/config/config.go b/java/config/config.go index fee6341c3..06c99f1dd 100644 --- a/java/config/config.go +++ b/java/config/config.go @@ -46,6 +46,7 @@ var ( "core-oj", "core-libart", "updatable-media", + "ike", } ) |