Merge "Add kotlin-annotations to WindowManager-Shell" am: b8e11a0afd am: 21b19f0f4f

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

Change-Id: I740e4f08d4eba1b0488c0218044024a5ad591ae1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Colin Cross 2022-03-28 18:47:12 +00:00 committed by Automerger Merge Worker
commit 3ba75e7300

View File

@ -138,6 +138,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"],