summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Brad Hinegardner <bhinegardner@google.com> 2023-11-16 15:13:39 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-11-16 15:13:39 +0000
commit059aecd8281e5935a0b1a9c848d2dfa48a844445 (patch)
tree39c5cd753d4bce5cbd0d2dd5f5d6511189deeff1
parent70bb706e1c70ed45aebef5d0e8288399e3eca9b3 (diff)
parent299d18eb27d22b021a24be136677f4f56df43b8b (diff)
Merge "Fix TV build related to not resolving dagger constant" into main
-rw-r--r--packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/KeyguardSectionsModule.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/KeyguardSectionsModule.kt b/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/KeyguardSectionsModule.kt
index 37c00b61c4dd..a65149e6f3aa 100644
--- a/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/KeyguardSectionsModule.kt
+++ b/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/KeyguardSectionsModule.kt
@@ -25,6 +25,7 @@ import javax.inject.Named
@Module
abstract class KeyguardSectionsModule {
+ @Module
companion object {
const val KEYGUARD_AMBIENT_INDICATION_AREA_SECTION =
"keyguard_ambient_indication_area_section"