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

Commit c3711cf7 authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "framework is not available to APEXes"

am: f65e0e31

Change-Id: I01c5137ca2cda4ecb8ca31d11da31dc20d1af624
parents f4eddd99 f65e0e31
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 {