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

Commit 2b12449f authored by LaMont Jones's avatar LaMont Jones Committed by Gerrit Code Review
Browse files

Merge "services.core: use services.core.combined" into main

parents 58d256e4 c69bea14
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 {