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

Commit 576af04c 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

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

Change-Id: I3d84025f3e2eee9f93eb8ccb370c3b29ea68d4b9
parents 6fa8d2f1 78de7c7c
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -14,10 +14,13 @@ 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",
    ],
}