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

Commit 505e763e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move the dependency on protolog.conf.json.gz to services" into main

parents 7696104c 5863d8a8
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)