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

Commit bb84af4f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Move the dependency on protolog.conf.json.gz to services" into main am: 505e763e

parents 05a80f21 505e763e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -386,7 +386,6 @@ java_defaults {
        // TODO(b/120066492): remove gps_debug and protolog.conf.json when the build
        // system propagates "required" properly.
        "gps_debug.conf",
        "protolog.conf.json.gz",
        "framework-res",
        // any install dependencies should go into framework-minus-apex-install-dependencies
        // rather than here to avoid bloating incremental build time
+1 −0
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@ java_library {

    required: [
        "libukey2_jni_shared",
        "protolog.conf.json.gz",
    ],

    // Uncomment to enable output of certain warnings (deprecated, unchecked)