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

Commit 7becacbc authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "framework is not available to APEXes" am: f65e0e31 am: c3711cf7

Change-Id: Ief31b4c5c69baa122254ce75e183e116bb22675c
parents 7b49bf18 c3711cf7
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 {