Merge "framework is not available to APEXes"

This commit is contained in:
Treehugger Robot 2019-12-18 08:24:49 +00:00 committed by Gerrit Code Review
commit f65e0e3181

View File

@ -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 {