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

Commit 4af35d13 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use AutoValue from external/auto" into rvc-dev-plus-aosp am: 78de7c7c...

Merge "Use AutoValue from external/auto" into rvc-dev-plus-aosp am: 78de7c7c am: 576af04c am: aa8f3f09

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12010089

Change-Id: Ieaee00ecc24dd0a605b3b0d200e580f7c5a631de
parents 695ca4bc aa8f3f09
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -14,11 +14,14 @@ java_library_host {

    static_libs: [
        "//external/error_prone:error_prone_core",
        "//external/dagger2:dagger2-auto-service",
    ],

    libs: [
        "//external/auto:auto_service_annotations",
    ],

    plugins: [
        "//external/dagger2:dagger2-auto-service",
        "//external/auto:auto_service_plugin",
    ],
}