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

Commit c36b3cfe authored by Liana Kazanova's avatar Liana Kazanova Committed by Gerrit Code Review
Browse files

Merge "Revert "Define core-current-stubs-for-system-modules-exportable"" into main

parents e71288f5 2c9ff13b
Loading
Loading
Loading
Loading
+2 −15
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-exportable",
    name: "core-current-stubs-for-system-modules",
    visibility: ["//development/sdk"],
    static_libs: [
        "core.current.stubs.exportable",
        "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",
@@ -155,19 +155,6 @@ 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",