aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-03-24 19:53:56 +0000
committerAnton Hansson <hansson@google.com>2020-03-25 14:09:31 +0000
commitd445b90aae7627df0ec8388219c36486551a82c0 (patch)
tree7b52f201cc378ff51a47fd135e36d1e0c8a8d36a
parent511d7e4ae6d856176e67eb8d94561d9c2b6952ff (diff)
downloadike-d445b90aae7627df0ec8388219c36486551a82c0.tar.gz
Make ike module_libs stub use the new defaults
Makes it convenient to change all stubs from a central place. Bug: 149293194 Test: m android.net.ipsec.ike.stubs.module_libs_api Change-Id: I82b78e2646c69479777b9544d22bcc3c4db42ca4 Merged-In: I82b78e2646c69479777b9544d22bcc3c4db42ca4 (cherry picked from commit 247de211a8e8212ea83124e456f7a8b77376e71f)
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index fe224da5..2411cb52 100644
--- a/Android.bp
+++ b/Android.bp
@@ -96,6 +96,6 @@ droidstubs {
java_library {
name: "android.net.ipsec.ike.stubs.module_libs_api",
srcs: [":android.net.ipsec.ike.stubs.sources.module_libs_api"],
- sdk_version: "module_current",
+ defaults: ["framework-module-stubs-lib-defaults-module_libs_api"],
}