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

Commit 70ba71c9 authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Add kotlin-annotations to WindowManager-Shell" am: b8e11a0a am:...

Merge "Add kotlin-annotations to WindowManager-Shell" am: b8e11a0a am: 21b19f0f am: 3ba75e73 am: 9a92d627

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



Change-Id: I2ba126ca9eedc3c09d4dfecd3c019ba8a4ee4efb
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ec1f7ed6 9a92d627
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -140,6 +140,11 @@ android_library {
        "dagger2",
        "jsr330",
    ],
    libs: [
        // Soong fails to automatically add this dependency because all the
        // *.kt sources are inside a filegroup.
        "kotlin-annotations",
    ],
    kotlincflags: ["-Xjvm-default=enable"],
    manifest: "AndroidManifest.xml",
    plugins: ["dagger2-compiler"],