aboutsummaryrefslogtreecommitdiff
path: root/java/java.go
Commit message (Expand)AuthorAgeFilesLines
...
* Add java_test_helper_libraryPaul Duffin2019-03-251-0/+32
* Rename jetifier property and add it to androidmkColin Cross2019-03-221-2/+2
* Add override_android_app module type.Jaewoong Jung2019-03-211-0/+1
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-7/+7
* Add dex_import module typeColin Cross2019-03-201-3/+112
* Support package_splitsColin Cross2019-03-191-2/+3
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-31/+14
* Add modules for converting java modules between host and deviceColin Cross2019-03-051-0/+2
* Replace *Escape with *EscapeListColin Cross2019-03-041-1/+1
* Don't add static libs resources to implemenation jarsColin Cross2019-03-031-1/+0
* Add java_* 'services:' fieldAlex Light2019-02-271-0/+23
* [SOONG] Not auto-generate test config if test_suite is ctsyangbill2019-02-191-1/+1
* Remove reference to legacy-test and core-junit from commentsPaul Duffin2019-02-141-4/+3
* Add module type docs to the java packageColin Cross2019-02-131-1/+89
* Revert "Revert "Never strip and store dex files uncompressed when they are pr...Nicolas Geoffray2019-02-131-7/+10
* Make java_sdk_library implement DependencyColin Cross2019-02-111-11/+11
* Make privileged java_library modules use uncompressed dexColin Cross2019-02-071-0/+5
* Move hiddenapi singleton rules to SoongColin Cross2019-02-061-12/+12
* Remove '-b' from AIDLSteven Moreland2019-02-061-1/+1
* Remove empty DepsMutator methodsColin Cross2019-02-011-3/+0
* Make boot classpath jars in apexes uncompressed.Nicolas Geoffray2019-01-251-3/+3
* Remove annotation_processors propertyColin Cross2019-01-241-10/+1
* Align jar file after calling merge-zips when dex is uncompressed.Nicolas Geoffray2019-01-241-1/+7
* Fix kotlin annotation processing after java_pluginColin Cross2019-01-231-1/+2
* Replace annotation_processors with pluginsColin Cross2019-01-231-4/+24
* jarjar_rules: accept file-groupSteven Moreland2019-01-231-9/+15
* Always do zipalign with uncompressDex.Nicolas Geoffray2019-01-231-6/+0
* Pass annotation processors to kotlincColin Cross2019-01-221-4/+21
* Move kotlin to it's own fileColin Cross2019-01-221-1/+1
* Don't install java libraries that are already in an apex.Nicolas Geoffray2019-01-211-1/+1
* Maintain uncompressed dex through hiddenapi encodeColin Cross2019-01-191-1/+1
* Restore UNSAFE_DISABLE_HIDDENAPI_FLAGS functionality.David Brazdil2019-01-181-9/+11
* Move hiddenapi to SoongColin Cross2019-01-171-0/+14
* Relax restriction on sharded annotation processorsAshley Rose2019-01-171-6/+5
* Support core librarySundong Ahn2019-01-161-4/+5
* Preopt: Do not strip non-image boot class path jars.Vladimir Marko2019-01-111-0/+6
* Use latest SDK version for current in PDK buildsColin Cross2019-01-101-1/+12
* Split out sdk.go from java.goColin Cross2019-01-101-148/+0
* Remove duplicated shouldUncompressDex logicColin Cross2019-01-091-0/+6
* Don't dexpreopt when compile_dex but not installableColin Cross2019-01-061-0/+1
* Don't dexpreopt or strip java_test modulesColin Cross2019-01-061-0/+1
* Add buildDir to java patch-module paths.Jaewoong Jung2019-01-041-2/+9
* In java.go, add implement check for both Dependency and IDE relevant interfacesalbaltai2018-12-251-1/+19
* In java/java.go, enhance the checking logic for Dependency interface implemen...shinwang2018-12-251-0/+6
* Add a flag to allow unbundled builds to build SDKs from sourceColin Cross2018-12-181-1/+1
* Dexpreopt soong modules inside soongColin Cross2018-12-151-19/+26
* Revert "Dexpreopt soong modules inside soong"Colin Cross2018-12-141-26/+19
* Dexpreopt soong modules inside soongColin Cross2018-12-131-19/+26
* Enable kotlinc flags in blueprint filesZoran Jovanovic2018-11-141-3/+39
* APEX can be flattenedJiyong Park2018-11-141-0/+4