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

Commit f65e0e31 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "framework is not available to APEXes"

parents e6d84c0d 79242c2d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -442,6 +442,7 @@ java_library {
    ],
    // For backwards compatibility.
    stem: "framework",
    apex_available: ["//apex_available:platform"],
}

// This "framework" module is NOT installed to the device. It's
@@ -463,6 +464,7 @@ java_library {
        // TODO(jiyong): add more stubs for APEXes here
    ],
    sdk_version: "core_platform",
    apex_available: ["//apex_available:platform"],
}

java_library {
@@ -470,6 +472,7 @@ java_library {
    defaults: ["framework-defaults"],
    srcs: [":framework-all-sources"],
    installable: false,
    apex_available: ["//apex_available:platform"],
}

java_library {