aboutsummaryrefslogtreecommitdiff
path: root/android-annotation-stubs
AgeCommit message (Collapse)Author
2020-11-23Build hilt_android and its annotation processorsColin Cross
Add Android.bp rules for hilt_android and its many annotation processors. Hilt uses 7 separate annotation processors. To reduce compilation and runtime cost, compile them all together into a single library, and embed it into a single java_plugin module. The rest of the java_plugin modules provide the name of a processor class, but contain no classes themselves. Bug: 173800389 Test: mma Change-Id: I0f255f7749e49f5ef1d49f354a93103df124efb9
2020-11-23Merge tag 'dagger-2.29.1'Colin Cross
Dagger 2.29.1 Bug: 173800389 Test: m checkbuild Change-Id: I826b8571bb972339bd5bd89ca2c23912f4eae2d9
2019-06-14Update Android-specific files for dagger 2.23.1Colin Cross
Update Android.bp and the annotation stubs for 2.23.1 Bug: 135055683 Test: treehugger Change-Id: Icb058ee41ba8d3ef0c28857c08084c64fffc2924
2019-04-15Merge tag 'dagger-2.22.1' into masterandroid-o-mr1-iot-release-1.0.12oreo-mr1-iot-releaseColin Cross
This resets the state of the source tree to match upstream 2.22.1, plus Android-specific files. Bug: 130306229 Test: m checkbuild Change-Id: I24d365a842a62f7fa70560981ca509e92ec8b7ce Merged-In: I24d365a842a62f7fa70560981ca509e92ec8b7ce Exempt-From-Owner-Approval: cherry pick (cherry picked from commit c005ec5aefd8dc1c8adcaf8193ed172abe07fdc9)