aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-05-05 12:35:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-05-05 12:35:45 +0000
commit11a972f0fadec9c9c65383a873103703864c8664 (patch)
tree20ad4eef483cadb7eea56c3fcaec579c24c5d0d3
parent76fc5ba2847444b7c43cf7f93eb3236f483ec2c1 (diff)
parent99f67e8fb6f5198e400c02793d0d6014d1fbfee7 (diff)
downloadike-11a972f0fadec9c9c65383a873103703864c8664.tar.gz
Merge "Rename module dist files"
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8e7717aa..f954c1cb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -98,6 +98,7 @@ droidstubs {
"framework-module-api-defaults-module_libs_api",
"ike-stubs-defaults",
],
+ dist: { dest: "android.net.ipsec.ike.txt" },
}
droidstubs {
@@ -112,4 +113,5 @@ java_library {
name: "android.net.ipsec.ike.stubs.module_libs_api",
srcs: [":android.net.ipsec.ike.stubs.sources.module_libs_api"],
defaults: ["framework-module-stubs-lib-defaults-module_libs_api"],
+ dist: { dest: "android.net.ipsec.ike.jar" },
}