Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3668114 authored by Anton Hansson's avatar Anton Hansson
Browse files

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 970c0533)
parent 4056d870
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 +