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

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

Change-Id: I378d8f29f6a8686f505ea5f46bad880bb5c05caf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Colin Cross 2022-03-29 15:30:07 +00:00 committed by Automerger Merge Worker
commit 9a92d62767

View File

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