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

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

Add framework-mime-sources to stubs generation

It was used in the docs stubs generation but it doesn't have its own
(jar) stub generation. Add it to the shared non-updatable sources for
consistency.

The only class in these sources is @hide, so it makes no
immediate difference.

Test: diff android_stubs_current artifact before/after
Change-Id: I33e75623d8d71da362fb16befb78c8c7596fa400
parent 77ff72fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1344,6 +1344,7 @@ metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.x
filegroup {
    name: "framework-non-updatable-stub-sources",
    srcs: [
        ":framework-mime-sources", // mimemap builds separately but has no separate droidstubs.
        ":framework-non-updatable-sources",
        ":opt-telephony-srcs",
        ":opt-net-voip-srcs",
+0 −1
Original line number Diff line number Diff line
@@ -59,7 +59,6 @@ stubs_defaults {
    name: "framework-doc-stubs-default",
    srcs: [
        ":framework-non-updatable-stub-sources",
        ":framework-mime-sources",
        ":framework-updatable-sources",
        "test-base/src/**/*.java",
        ":art.module.public.api{.public.stubs.source}",