summaryrefslogtreecommitdiff
path: root/StubLibraries.bp
diff options
context:
space:
mode:
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r--StubLibraries.bp12
1 files changed, 8 insertions, 4 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index baa3c615039d..6927f4449054 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -51,6 +51,10 @@ stubs_defaults {
":core_public_api_files",
":ike-api-srcs",
],
+ // TODO(b/147699819): remove below aidl includes.
+ aidl: {
+ local_include_dirs: ["telephony/java"],
+ },
libs: ["framework-internal-utils"],
installable: false,
annotations_enabled: true,
@@ -177,7 +181,7 @@ droidstubs {
// They however are NOT used for building the API stub.
droidstubs {
name: "module-app-api",
- defaults: ["metalava-non-updatable-api-stubs-default"],
+ defaults: ["metalava-api-stubs-default"],
libs: ["framework-all"],
arg_files: ["core/res/AndroidManifest.xml"],
args: metalava_framework_docs_args +
@@ -207,7 +211,7 @@ droidstubs {
droidstubs {
name: "module-lib-api",
- defaults: ["metalava-non-updatable-api-stubs-default"],
+ defaults: ["metalava-api-stubs-default"],
libs: ["framework-all"],
arg_files: ["core/res/AndroidManifest.xml"],
args: metalava_framework_docs_args +
@@ -241,7 +245,7 @@ droidstubs {
// the ones with 'client=MODULE_LIBRARIES'.
droidstubs {
name: "module-app-api-stubs-docs",
- defaults: ["metalava-non-updatable-api-stubs-default"],
+ defaults: ["metalava-api-stubs-default"],
libs: ["framework-all"],
arg_files: ["core/res/AndroidManifest.xml"],
args: metalava_framework_docs_args +
@@ -255,7 +259,7 @@ droidstubs {
droidstubs {
name: "module-lib-api-stubs-docs",
- defaults: ["metalava-non-updatable-api-stubs-default"],
+ defaults: ["metalava-api-stubs-default"],
libs: ["framework-all"],
arg_files: ["core/res/AndroidManifest.xml"],
args: metalava_framework_docs_args +