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

Commit 0d20abc8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Tweak framework-mime / mimemap dependencies."

parents fef00238 c0c06088
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -225,7 +225,6 @@ filegroup {
        ":framework-mca-filterfw-sources",
        ":framework-mca-filterpacks-sources",
        ":framework-media-sources",
        ":framework-mime-sources",
        ":framework-mms-sources",
        ":framework-opengl-sources",
        ":framework-rs-sources",
@@ -269,6 +268,7 @@ filegroup {
filegroup {
    name: "framework-all-sources",
    srcs: [
        ":framework-mime-sources",
        ":framework-non-updatable-sources",
        ":updatable-media-srcs",
    ],
@@ -375,7 +375,6 @@ java_defaults {

    static_libs: [
        "framework-internal-utils",
        "mimemap",
    ],

    dxflags: [
@@ -438,6 +437,9 @@ java_library {
        "media-provider-platform-compat-config",
        "services-devicepolicy-platform-compat-config",
    ],
    static_libs: [
        "mimemap",
    ],
    // For backwards compatibility.
    stem: "framework",
}
@@ -1016,6 +1018,7 @@ stubs_defaults {
    name: "framework-doc-stubs-default",
    srcs: [
        ":framework-non-updatable-sources",
        ":framework-mime-sources",
        "core/java/**/*.logtags",
        "test-base/src/**/*.java",
        ":opt-telephony-srcs",