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

Commit 2391918d authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Revert^2 "Define core-current-stubs-for-system-modules-exportable"

This module is an "exportable" version of
core-current-stubs-for-system-modules, which is built as an artifact for
sdk builds.

Test: lunch sdk-trunk_staging-userdebug && m sdk dist sdk_repo
Bug: 359561906
Change-Id: Ia671800305d285b68a426475c444f4640ee8f287
parent b3147242
Loading
Loading
Loading
Loading
+15 −2
Original line number Diff line number Diff line
@@ -132,10 +132,10 @@ java_library {
// prebuilts/sdk/update_prebuilts.py script to update the prebuilts/sdk
// directory.
java_library {
    name: "core-current-stubs-for-system-modules",
    name: "core-current-stubs-for-system-modules-exportable",
    visibility: ["//development/sdk"],
    static_libs: [
        "core.current.stubs",
        "core.current.stubs.exportable",
        // This one is not on device but it's needed when javac compiles code
        // containing lambdas.
        "core-lambda-stubs-for-system-modules",
@@ -155,6 +155,19 @@ java_library {
    ],
}

java_library {
    name: "core-current-stubs-for-system-modules",
    visibility: ["//development/sdk"],
    static_libs: [
        "core.current.stubs",
        // This one is not on device but it's needed when javac compiles code
        // containing lambdas.
        "core-lambda-stubs-for-system-modules",
    ],
    sdk_version: "none",
    system_modules: "none",
}

// Defaults module to strip out android annotations
java_defaults {
    name: "system-modules-no-annotations",