summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/rootcomponentgenerator/RootComponentGeneratingStep.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove @GenerateTestDaggerApp from RCG.weijiaxu2018-06-011-16/+12
| | | | | | Test: tap presubmit. PiperOrigin-RevId: 198907001 Change-Id: Ida32182c4d6a45334cb120e1e2183abae3af2a54
* Add inject method to generated component by RCG.weijiaxu2018-06-011-2/+47
| | | | | | | Bug: 80270083 Test: tap presubmit. PiperOrigin-RevId: 198430675 Change-Id: Iaf0e5a22a8e496339b666b5906584de3acdde6ed
* Add application generation for root component generator.weijiaxu2018-05-021-2/+7
| | | | | | Test: check code of generated application. PiperOrigin-RevId: 195121315 Change-Id: I213770a2bb5dca7e565ee1006d7044c2e7acc6d9
* Add support for adding module in the same class annotated with ↵weijiaxu2018-04-181-2/+20
| | | | | | | | @DialerRootComponent. Test: local test. PiperOrigin-RevId: 193435828 Change-Id: Ieb2be7c7d3e2861c0d2f32f1461535e439dbcb1a
* Reorganized rootcomponentgenerator package and added demo.Zachary Heidepriem2018-04-061-0/+146
-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