summaryrefslogtreecommitdiff
path: root/java/builder.go
AgeCommit message (Expand)Author
2021-09-20Enable compose kotlinc plugin when depending on the compose runtime Colin Cross
2021-06-14Add a build flag to always enable errorprone per-target Cole Faust
2021-03-25Support multiple rsp files in REParams Colin Cross
2021-03-18Move android package on top of remotexec Colin Cross
2021-02-16Limit the number of the Java source files in a single compilation unit Sasha Smundak
2021-02-08Turn missing jarjar output files into errors Colin Cross
2020-12-09Merge "Soong: remove output file before running SoongZip" Treehugger Robot
2020-11-25Soong: remove output file before running SoongZip Ulf Adams
2020-11-14Replace android.WriteFile rule with android.WriteFileRule Colin Cross
2020-09-03Check UseRBE is set before replacing any template with the RE version. Ramy Medhat
2020-07-01Output apkcerts file for android_app_set. Jaewoong Jung
2020-06-03Revert "Always run package check" Colin Cross
2020-06-02Always run package check Paul Duffin
2020-05-28Add support for remote-execution / caching of jar/zip actions Kousik Kumar
2020-05-20Add support for remote-execution / caching of turbine actions Kousik Kumar
2020-05-14Implement android_app_set module Sasha Smundak
2020-04-28Refactor RBE support for Javac/R8/D8 to use the remoteexec package. Ramy Medhat
2020-04-24Merge "Repeat kapt processor argument for multiple processors" Treehugger Robot
2020-04-22Repeat kapt processor argument for multiple processors Colin Cross
2020-04-20Remove Android compat annotations on jarjar transform. Artur Satayev
2020-03-05Disable goma for javac actions in Soong Colin Cross
2020-01-28Add support for experimentally enabling RBE support on specific rules. Ramy Medhat
2020-01-15Save compilation units in protobuf format. Sasha Smundak
2019-11-07Fix turbine classpath arguments Colin Cross
2019-11-06Merge "Run non-RBE supported actions in the local pool when USE_RBE is set." Ramy Medhat
2019-11-05Run non-RBE supported actions in the local pool when USE_RBE is set. Ramy Medhat
2019-11-04Make the changes to emitXrefRule matching those in aosp/1145829 Sasha Smundak
2019-10-29Use java language 1.9 for sdk_version: "current" Colin Cross
2019-10-29Use system modules for turbine Colin Cross
2019-10-28Make javaVersion an enum Colin Cross
2019-09-27Pass filename mappings to C++ and Java extractors. Sasha Smundak
2019-09-05Shard kythe invocations when javac is sharded Colin Cross
2019-07-26Support source code cross-referencing for C++ and Java Sasha Smundak
2019-07-18Add a systemModules utility type Colin Cross
2019-07-18Convert droidstubs to android.RuleBuilder Colin Cross
2019-06-18Depend on all the files from system modules Dan Willemsen
2019-06-11Tune JVM, print full diagnostics on crash. Sasha Smundak
2019-06-05Revert "Revert "Revert "Print full diagnostics file when Java process crashes... Jimmy Chen
2019-06-03Revert "Revert "Print full diagnostics file when Java process crashes."" Alexander Smundak
2019-05-31Revert "Print full diagnostics file when Java process crashes." Alexander Smundak
2019-05-29Print full diagnostics file when Java process crashes. Sasha Smundak
2019-04-18Build framework.aidl in Soong Colin Cross
2019-04-08Check package restrictions for Java libs. Vladimir Marko
2019-04-04Fix package path of android/soong/android pctx Colin Cross
2019-04-02Move proto compilation to RuleBuilder Colin Cross
2019-03-04Replace *Escape with *EscapeList Colin Cross
2019-02-08Make manifest and APK agree on uncompressed native libs Colin Cross
2019-01-25Clean up srcjar directories after each rule Colin Cross
2019-01-24Remove annotation_processors property Colin Cross
2019-01-23Replace annotation_processors with plugins Colin Cross