aboutsummaryrefslogtreecommitdiffstats
path: root/java/builder.go
Commit message (Expand)AuthorAgeFilesLines
* Make manifest and APK agree on uncompressed native libsColin Cross2019-02-081-2/+2
* Clean up srcjar directories after each ruleColin Cross2019-01-251-1/+2
* Remove annotation_processors propertyColin Cross2019-01-241-2/+1
* Replace annotation_processors with pluginsColin Cross2019-01-231-2/+10
* Pass annotation processors to kotlincColin Cross2019-01-221-3/+3
* Move kotlin to it's own fileColin Cross2019-01-221-49/+0
* Dexpreopt soong modules inside soongColin Cross2018-12-151-0/+20
* Revert "Dexpreopt soong modules inside soong"Colin Cross2018-12-141-20/+0
* Dexpreopt soong modules inside soongColin Cross2018-12-131-0/+20
* Revert "Use protoc-gen-javalite for java lite protos"Colin Cross2018-11-041-1/+0
* Use protoc-gen-javalite for java lite protosColin Cross2018-11-031-0/+1
* Support main_class property in java_binary modulesColin Cross2018-10-181-0/+11
* Add support for JNI libraries to android_app modulesColin Cross2018-10-081-0/+9
* soong_zip: support globs in -f and -D argumentsColin Cross2018-09-281-1/+1
* Revert "soong_zip: support globs in -f and -D arguments"Colin Cross2018-09-261-1/+1
* soong_zip: support globs in -f and -D argumentsColin Cross2018-09-211-1/+1
* Allow '$' in some pathsColin Cross2018-09-131-1/+2
* Move kotlinc-build.xml out of classes directoryColin Cross2018-09-081-10/+11
* Add jetifier support in Soong.Nan Zhang2018-08-291-0/+17
* Revert "Add support for renamed kotlin stdlib."Colin Cross2018-08-291-1/+0
* Support patch_module in java modulesColin Cross2018-08-161-1/+4
* Make :module provide the output file for java modulesColin Cross2018-08-161-0/+1
* Add exclude_files and exclude_dirs properties to java_importColin Cross2018-07-121-11/+9
* Add condtion to avoid build errorSundong Ahn2018-06-291-1/+2
* Run ErrorProne in OpenJDK9Colin Cross2018-06-201-32/+7
* Use -processorpath for annotation processorsColin Cross2018-06-201-4/+7
* Revert "Use -processorpath for annotation processors"Colin Cross2018-06-211-5/+2
* Use -processorpath for annotation processorsColin Cross2018-06-201-2/+5
* Revert "Revert "Remove desugar support""Colin Cross2018-06-061-3/+3
* Revert "Remove desugar support"Colin Cross2018-06-061-3/+3
* Remove desugar supportColin Cross2018-06-061-3/+3
* Add support for renamed kotlin stdlib.Przemyslaw Szczepaniak2018-03-201-0/+6
* Replace extract-srcjars.sh with zipsync toolColin Cross2018-03-151-6/+6
* Update turbine command line flagsColin Cross2018-03-131-3/+3
* Use turbine's native source jar supportColin Cross2018-03-071-7/+3
* Add proto.canonical_path_from_rootDan Willemsen2018-02-221-0/+1
* Droiddoc Support in SoongNan Zhang2018-02-221-7/+0
* Fix comment on how java rules handle unknown output filesColin Cross2018-02-201-3/+3
* Add rsp and srcjar support to kotlinc build rulePrzemyslaw Szczepaniak2018-02-141-10/+14
* Add Respfile support for soong_zip.Nan Zhang2018-02-131-2/+4
* Disable duplicates warnings when merging jarsColin Cross2018-02-081-1/+1
* Soong: support Errorprone javacflagsAndreas Gampe2018-01-231-0/+10
* Add R8 supportColin Cross2018-01-031-1/+0
* Refactor dexingColin Cross2018-01-021-99/+0
* Strip module-info.class files when combining jarsColin Cross2017-12-211-0/+4
* Prep D8 default instead of CompatDX in build/soongAlan Leung2017-12-181-1/+1
* Add missing dependencies on classpath jars for kotlincColin Cross2017-12-161-0/+4
* When compiling with the lite protobuf option, pass the option to aprotoc to f...Joe Onorato2017-12-151-2/+3
* Add USE_D8_DESUGAR option in build/soongAlan Leung2017-12-111-2/+22
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-1/+1