aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2020-07-26guice: Remove .class files from srcjarLuca Stefani
* They don't belong in a srcjar Change-Id: I63a3731ec25cb433cd4fa4ddf6c806b7fb32e311
2020-07-25guice: Make guice_munge_srcjar generation quietLuca Stefani
Change-Id: I3ec294af337f8ed80a0521190157fe1aef478125
2019-11-15Use unzip -p rather than -c.Elliott Hughes
In the case of a single ASCII file (like here), there's no difference except that our libziparchive-based unzip supported -p. Test: builds even with ziptool unzip Change-Id: Id1f00db70e43144c302df89319951d82f5d5ddbb
2019-01-14Exit on failure in genrule for loopColin Cross
Bash does not exit early on failures in a for loop, and it returns the exit code of the last time through the loop. Exit explicitly on failures in the loop. Bug: 122712680 Test: m checkbuild Change-Id: I19de5cec09ca467f73e6a8a0abe0fc02bc17fa64
2018-08-28Add a guice without built-in guavaandroid-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-1.0.5android-o-mr1-iot-release-1.0.4oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseJulien Desprez
Test: make guice-no-guava Bug: 113286734 Change-Id: I112001791dba6b6ab954a32c633da79bf99187e1
2018-02-03Build guice with core_currentandroid-wear-p-preview-2android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-p-preview-1android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7o-mr1-iot-preview-8o-mr1-iot-preview-7Jiyong Park
Using core_current ensures that the module is not using any Android APIs (e.g. APIs under android.* packages), but only core Java APIs. Bug: 72206056 Test: m -j guice Change-Id: I9233e1994551f622e5777b25edb424231d79ccf5
2018-02-01Avoid writing to source dir while building guiceDiego Wilson
One of the external/guice build rules uses zip. By default zip will create a temporary working directory next to the source archive. Instead of tainting the source directory let's make it use the standard /tmp directory. Test: make checkbuild dist tests Change-Id: I99ad49f12923be3a81f10f511091d8485f74c596
2017-12-11Convert external/guice to Android.bpandroid-wear-8.0.0_r1Colin Cross
See build/soong/README.md for more information. Test: m checkbuild Change-Id: I71ca0c253d06b4bdda5205083ae39e876fadfadb