summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Anton Hansson <hansson@google.com> 2020-03-25 12:30:05 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-03-25 12:30:05 +0000
commit7ed187c63eb055e07ab891e2635bf0322d2c964e (patch)
tree7e55cc322f0211c452824c13fb82a9c65a89ee5a
parent32a26120349bd71ae24d65b6115d6399da0cf883 (diff)
parentb470bf34341092630f8e390eca09b7b9c646a0a1 (diff)
Merge "Add defaults for framework stub libs" into rvc-dev
-rw-r--r--apex/Android.bp18
1 files changed, 18 insertions, 0 deletions
diff --git a/apex/Android.bp b/apex/Android.bp
index cd34f98690d5..e8f6e6bf2c46 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -84,6 +84,24 @@ stubs_defaults {
},
}
+java_defaults {
+ name: "framework-module-stubs-lib-defaults-publicapi",
+ installable: false,
+ sdk_version: "module_current",
+}
+
+java_defaults {
+ name: "framework-module-stubs-lib-defaults-systemapi",
+ installable: false,
+ sdk_version: "module_current",
+}
+
+java_defaults {
+ name: "framework-module-stubs-lib-defaults-module_libs_api",
+ installable: false,
+ sdk_version: "module_current",
+}
+
// The defaults for module_libs comes in two parts - defaults for API checks
// and defaults for stub generation. This is because we want the API txt
// files to *only* include the module_libs_api, but the stubs to include