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

Commit a22e73f8 authored by LaMont Jones's avatar LaMont Jones Committed by Automerger Merge Worker
Browse files

Merge "services.core: use services.core.combined" into main am: 2b12449f

parents a133ccc9 2b12449f
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -283,10 +283,7 @@ java_genrule_combiner {

java_library {
    name: "services.core",
    static_libs: select(release_flag("RELEASE_SERVICES_JAVA_GENRULE_COMBINER"), {
        true: ["services.core.combined"],
        default: ["services.core.priorityboosted"],
    }),
    static_libs: ["services.core.combined"],
}

java_library_host {