summaryrefslogtreecommitdiff
path: root/java/java.go
AgeCommit message (Expand)Author
2019-05-29Revert "Port uses-shared library verification and dexpreopting to Soong" Colin Cross
2019-05-28Port uses-shared library verification and dexpreopting to Soong Colin Cross
2019-05-21Merge "Add kotlin-stdlib-jdk8 when using Kotlin" Colin Cross
2019-05-21Merge "Avoid targeting Java 9 for targets with SDK version up to 29." Pete Gillin
2019-05-20Avoid targeting Java 9 for targets with SDK version up to 29. Pete Gillin
2019-05-15Turn off dex actions for sourceless modules. Jaewoong Jung
2019-05-15Add kotlin-stdlib-jdk8 when using Kotlin Colin Cross
2019-05-13Merge "Don't hide *.kotlin_module in turbine dependencies" Treehugger Robot
2019-05-10Make core-generated-annotation-stubs link as core stubs. Pete Gillin
2019-05-08Don't hide *.kotlin_module in turbine dependencies Colin Cross
2019-05-06Track sources for srcjars across modules Colin Cross
2019-05-06Allow module types to generate resources Colin Cross
2019-04-29Reverse merge order of resources and implementation Colin Cross
2019-04-25Merge "Support target.hostdex.required" Colin Cross
2019-04-24Support target.hostdex.required Colin Cross
2019-04-24Make java_test_helper_library installable Colin Cross
2019-04-21Merge "Build framework.aidl in Soong" Colin Cross
2019-04-18Build framework.aidl in Soong Colin Cross
2019-04-17Fix handling optimize.enabled from java_defaults Sasha Smundak
2019-04-17Add support for prebuilt java_sdk_library modules Colin Cross
2019-04-08Check package restrictions for Java libs. Vladimir Marko
2019-04-02Add support for protoc plugins Colin Cross
2019-03-25Add java_test_helper_library Paul Duffin
2019-03-22Rename jetifier property and add it to androidmk Colin Cross
2019-03-21Add override_android_app module type. Jaewoong Jung
2019-03-20Replace ctx.ExpandSources with android.PathsForModuleSrc Colin Cross
2019-03-20Add dex_import module type Colin Cross
2019-03-19Support package_splits Colin Cross
2019-03-07Annotate paths and deprecate ExtractSource(s)Deps Colin Cross
2019-03-05Add modules for converting java modules between host and device Colin Cross
2019-03-04Replace *Escape with *EscapeList Colin Cross
2019-03-03Don't add static libs resources to implemenation jars Colin Cross
2019-02-27Add java_* 'services:' field Alex Light
2019-02-19[SOONG] Not auto-generate test config if test_suite is cts yangbill
2019-02-14Remove reference to legacy-test and core-junit from comments Paul Duffin
2019-02-13Add module type docs to the java package Colin Cross
2019-02-13Revert "Revert "Never strip and store dex files uncompressed when they are pr... Nicolas Geoffray
2019-02-11Make java_sdk_library implement Dependency Colin Cross
2019-02-07Make privileged java_library modules use uncompressed dex Colin Cross
2019-02-06Move hiddenapi singleton rules to Soong Colin Cross
2019-02-06Remove '-b' from AIDL Steven Moreland
2019-02-01Remove empty DepsMutator methods Colin Cross
2019-01-25Make boot classpath jars in apexes uncompressed. Nicolas Geoffray
2019-01-24Remove annotation_processors property Colin Cross
2019-01-24Align jar file after calling merge-zips when dex is uncompressed. Nicolas Geoffray
2019-01-23Fix kotlin annotation processing after java_plugin Colin Cross
2019-01-23Replace annotation_processors with plugins Colin Cross
2019-01-23jarjar_rules: accept file-group Steven Moreland
2019-01-23Always do zipalign with uncompressDex. Nicolas Geoffray
2019-01-22Pass annotation processors to kotlinc Colin Cross