From c3668114d405bb5899bdb260527ad101acd4666b Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Fri, 17 Jan 2020 13:42:43 +0000 Subject: Add module-defined APIs to module-(app|lib) These APIs should really leave in individual .txt files, but had them here for the moment to make sure there is *some* tracking of the surface. Bug: 147768409 Test: m module-app-api-check-current-api Test: m module-lib-api-check-current-api Test: patch I97ef83f7f9b4c1376f373713036f5256318f1050 && the above `m` Change-Id: Ia0a48b9f6e45fccbe67b369b61660d88b5000a44 Merged-In: Ia0a48b9f6e45fccbe67b369b61660d88b5000a44 (cherry picked from commit 970c053315752471bee37a2d3a2c3c6b5a8e0b0b) --- StubLibraries.bp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/StubLibraries.bp b/StubLibraries.bp index 442df6fc994e..a5b1951ecfe0 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -177,7 +177,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 +207,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 +241,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 +255,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 + -- cgit v1.2.3-59-g8ed1b