summaryrefslogtreecommitdiff
path: root/src_no_quickstep
diff options
context:
space:
mode:
author Sunny Goyal <sunnygoyal@google.com> 2025-01-22 18:31:04 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-01-22 18:31:06 -0800
commita5fef475a5b308f161117fa1c00ca142975bb911 (patch)
treea88b584ae330f62c432b4d6dff4b56468a51a2f6 /src_no_quickstep
parentfa30e3fc0ee73db3d820e7a346f916b54fa79980 (diff)
Revert "Revert "Migrating RecentsAnimationDeviceState and depend..."
Revert submission 31416515-revert-31332401-recents-device-state-LXBUANUQFL Reason for revert: Fixing build breakage and resubmitting Reverted changes: /q/submissionid:31416515-revert-31332401-recents-device-state-LXBUANUQFL Change-Id: I3b89356df57f1e7ff1a9e364c0d766578e23798c
Diffstat (limited to 'src_no_quickstep')
-rw-r--r--src_no_quickstep/com/android/launcher3/dagger/Modules.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src_no_quickstep/com/android/launcher3/dagger/Modules.kt b/src_no_quickstep/com/android/launcher3/dagger/Modules.kt
index dab33a04ee..c3bf7c532b 100644
--- a/src_no_quickstep/com/android/launcher3/dagger/Modules.kt
+++ b/src_no_quickstep/com/android/launcher3/dagger/Modules.kt
@@ -25,3 +25,8 @@ private object Modules {}
@Module abstract class ApiWrapperModule {}
@Module abstract class PluginManagerWrapperModule {}
+
+@Module object StaticObjectModule {}
+
+// Module containing bindings for the final derivative app
+@Module abstract class AppModule {}