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

Commit 875dbcfb authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Update references to prebuilt sdks to use "current"" am: e4d468f1 am:...

Merge "Update references to prebuilt sdks to use "current"" am: e4d468f1 am: d0051e43 am: ab320976

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7df7d42ed5f5035175173150ac46114a4025ed11
parents 163c413b ab320976
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -82,12 +82,11 @@ stubs_defaults {
        "android.hardware.vibrator-V1.3-java",
        "framework-protos",
        "stable.core.platform.api.stubs",
        // There are a few classes from modules used as type arguments that
        // need to be resolved by metalava. For now, we can use a previously
        // finalized stub library to resolve them. If a new class gets added,
        // this may be need to be revisited to use a manually maintained stub
        // library with empty classes in order to resolve those references.
        "sdk_system_30_android",
        // There are a few classes from modules used by the core that
        // need to be resolved by metalava. We use a prebuilt stub of the
        // full sdk to ensure we can resolve them. If a new class gets added,
        // the prebuilts/sdk/current needs to be updated.
        "sdk_system_current_android",
    ],
    high_mem: true, // Lots of sources => high memory use, see b/170701554
    installable: false,
@@ -404,7 +403,7 @@ java_library_static {
        "android_defaults_stubs_current",
        "android_stubs_dists_default",
    ],
    libs: ["sdk_system_29_android"],
    libs: ["sdk_system_current_android"],
    static_libs: ["art.module.public.api.stubs"],
    dist: {
        dir: "apistubs/android/module-lib",