diff options
| author | Zachary Heidepriem <zachh@google.com> | 2018-04-06 12:28:36 -0700 |
|---|---|---|
| committer | Zachary Heidepriem <zachh@google.com> | 2018-04-06 13:20:02 -0700 |
| commit | 7acd97f63fdd4fad9fbbdbf7e941dda03b04e44a (patch) | |
| tree | 992a1f0ad5300dd19a95572e0f540944be12fce7 /java/com/android/dialer/inject/ContextModule.java | |
| parent | 2725d7980278f8277d042c5087a2a1e467bbaa7b (diff) | |
Reorganized rootcomponentgenerator package and added demo.
-Moved rootcomponentgenerator/annotations to dialer/inject to reduce the number of deps engineers need to include
-Move rootcomponentgenerator/processor into rootcomponentgenerator/ since the other package is now gone
-Added inject/demo and tests
TEST=unit, tap
Test: unit, tap
PiperOrigin-RevId: 191916595
Change-Id: Ic155808c7435bdce198970caa92309edb9fadac8
Diffstat (limited to 'java/com/android/dialer/inject/ContextModule.java')
| -rw-r--r-- | java/com/android/dialer/inject/ContextModule.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/com/android/dialer/inject/ContextModule.java b/java/com/android/dialer/inject/ContextModule.java index e3da08edc..828f97830 100644 --- a/java/com/android/dialer/inject/ContextModule.java +++ b/java/com/android/dialer/inject/ContextModule.java @@ -24,6 +24,7 @@ import dagger.Provides; /** Provides the singleton application context object. */ @Module +@InstallIn(variants = {DialerVariant.DIALER_DEMO, DialerVariant.DIALER_TEST}) public final class ContextModule { @NonNull private final Context context; |
