aboutsummaryrefslogtreecommitdiffstats
path: root/java/java.go
Commit message (Expand)AuthorAgeFilesLines
* Remove unused intermediates parameter from ExistentPathForSourceColin Cross2018-02-221-3/+3
* Droiddoc Support in SoongNan Zhang2018-02-221-5/+5
* Use android.InList for inListColin Cross2018-02-211-9/+1
* Revert "Revert "Support filegroup in exclude_srcs""Nan Zhang2018-02-151-0/+1
* Add rsp and srcjar support to kotlinc build rulePrzemyslaw Szczepaniak2018-02-141-11/+15
* Revert "Support filegroup in exclude_srcs"Tobias Thierer2018-02-091-1/+0
* Support filegroup in exclude_srcsNan Zhang2018-02-071-0/+1
* Change the naming policy of system_$(VER)Sundong Ahn2018-02-061-6/+0
* Support sdk_version: "core_current"Jiyong Park2018-02-071-2/+21
* Add property to enable adding tools.jar to bootclasspath.Nan Zhang2018-02-061-0/+7
* Soong: support Errorprone javacflagsAndreas Gampe2018-01-231-0/+9
* Add PLATFORM_SYSTEMSDK_VERSIONS and BOARD_SYSTEMSDK_VERSIONSJiyong Park2018-01-191-2/+18
* change vsdk_v$(ver) to system_sdk_v$(ver)Sundong Ahn2018-01-161-1/+1
* Add EMMA_INSTRUMENT_STATIC supportColin Cross2018-01-041-1/+15
* Fix jacoco_cli invocationColin Cross2018-01-031-1/+1
* Add R8 supportColin Cross2018-01-031-0/+37
* Refactor dexingColin Cross2018-01-021-94/+1
* Move jacoco before desugarColin Cross2018-01-021-4/+1
* Pass OpenJDK 8's bootclasspath for host tools targeting <= 1.8.Colin Cross2018-01-021-0/+23
* Strip module-info.class files when combining jarsColin Cross2017-12-211-0/+3
* Remove --no-locals -> --release translationColin Cross2017-12-211-12/+4
* Add jacoco filter testsColin Cross2017-12-211-1/+1
* Prep D8 default instead of CompatDX in build/soongAlan Leung2017-12-181-1/+1
* Support output params in java protoColin Cross2017-12-151-1/+6
* Allow java manifest property to reference filegroupsColin Cross2017-12-111-10/+8
* Add USE_D8_DESUGAR option in build/soongAlan Leung2017-12-111-11/+52
* Allow java binary wrapper files to reference filegroupsColin Cross2017-12-111-2/+10
* Add more dex_preopt propertiesColin Cross2017-12-061-3/+18
* Split java_binary modules into common and binary variantsColin Cross2017-12-061-12/+27
* Add java_genrules to use jars as inputs and outputsColin Cross2017-12-061-26/+55
* Add system_$(VER)Sundong Ahn2017-12-011-2/+8
* Allow building framework.jar and framework-res.apkColin Cross2017-11-291-1/+11
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-16/+16
* Replace aapt support with aapt2Colin Cross2017-11-291-7/+3
* Add Jacoco supportColin Cross2017-11-221-34/+86
* Add support for .srcjar files from genrules and srcsColin Cross2017-11-171-2/+3
* Fix java AIDL properties to match C/C++Colin Cross2017-11-171-8/+17
* Change bool, and string properties to *bool, and *string for java,Nan Zhang2017-11-081-11/+14
* Support Javac sharding in Soong.Nan Zhang2017-11-061-6/+48
* Add default jar wrapper when wrapper property is not specifiedNan Zhang2017-11-031-2/+6
* Propagate PRODUCT_MINIMIZE_JAVA_DEBUG_INFO to soong and use itColin Cross2017-11-011-0/+5
* Allow java_host_binary to be used with genrule.Alex Light2017-10-271-0/+4
* Fix source jarsColin Cross2017-10-261-4/+4
* Don't panic in turbine with no classesColin Cross2017-10-241-9/+5
* Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-241-16/+1
* Fail when a module depends on a disabled moduleColin Cross2017-10-231-0/+15
* Fix finding src directory for aidlColin Cross2017-10-211-1/+1
* Support installable prebuilt jarsColin Cross2017-10-201-0/+2
* Use prebuilts/sdk/*current until Soong can generate stubsColin Cross2017-10-201-13/+18
* Add sdk_version property to imported jarsColin Cross2017-10-201-0/+2