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

Commit 503371e2 authored by Mathew Inwood's avatar Mathew Inwood
Browse files

Remove duplicated compat config.

Since the build now merges compat config properly, including these extra
platform_compat_config rules results in duplicated config on the device.

Test: m
Test: Manually inspect contents of /etc/compat_config
Change-Id: I9a0e9ed43d16ae44ecc9e5a5d6984be2332713c5
parent 3c4f8c24
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -440,8 +440,6 @@ java_library {
        "libcore-platform-compat-config",
        "services-platform-compat-config",
        "media-provider-platform-compat-config",
        "services-devicepolicy-platform-compat-config",
        "services-core-platform-compat-config",
    ],
    static_libs: [
        // If MimeMap ever becomes its own APEX, then this dependency would need to be removed
+0 −6
Original line number Diff line number Diff line
@@ -165,9 +165,3 @@ prebuilt_etc {
    name: "protolog.conf.json.gz",
    src: ":services.core.json.gz",
}

platform_compat_config {
    name: "services-core-platform-compat-config",
    src: ":services.core.unboosted",
}
+0 −5
Original line number Diff line number Diff line
@@ -18,8 +18,3 @@ java_library_static {
        "compat-changeid-annotation-processor",
    ],
}

platform_compat_config {
    name: "services-devicepolicy-platform-compat-config",
    src: ":services.devicepolicy",
}