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

Commit 53f93e8a authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Remove module source code from test-api-stubs-docs" am: 0b903953 am: 44f11bfb

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1462562

Change-Id: Iff3dd58d0d409e5971affdeb7ea873c91c00d583
parents a843fe9c 44f11bfb
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ droidstubs {

droidstubs {
    name: "test-api-stubs-docs",
    defaults: ["metalava-full-api-stubs-default"],
    defaults: ["metalava-non-updatable-api-stubs-default"],
    arg_files: [
        "core/res/AndroidManifest.xml",
    ],
@@ -414,7 +414,19 @@ java_library_static {
java_library_static {
    name: "android_test_stubs_current",
    srcs: [ ":test-api-stubs-docs" ],
    static_libs: [ "private-stub-annotations-jar" ],
    static_libs: [
        // Modules do not have test APIs, but we want to include their SystemApis, like we include
        // the SystemApi of framework-non-updatable-sources.
        "conscrypt.module.public.api.stubs",
        "framework-media.stubs.system",
        "framework-mediaprovider.stubs.system",
        "framework-permission.stubs.system",
        "framework-sdkextensions.stubs.system",
        "framework-statsd.stubs.system",
        "framework-tethering.stubs.system",
        "framework-wifi.stubs.system",
        "private-stub-annotations-jar",
    ],
    defaults: [
        "android_defaults_stubs_current",
        "android_stubs_dists_default",