summaryrefslogtreecommitdiff
path: root/java/java.go
AgeCommit message (Expand)Author
2020-12-07Merge changes I697a65e4,Iaac6aaf6 Ulyana Trafimovich
2020-12-04Merge "Dogfood the new IR Kotlin compiler backend." Treehugger Robot
2020-12-03Merge "Pass pctx and ctx to NewRuleBuilder" Colin Cross
2020-12-03Do not propagate <uses-library> deps through static SDK component libs. Ulya Trafimovich
2020-12-03Dogfood the new IR Kotlin compiler backend. Mads Ager
2020-12-02Merge "Add java sdk library enforcement flag" JaeMan Park
2020-12-01Pass pctx and ctx to NewRuleBuilder Colin Cross
2020-11-27Remove redundant setting of DistFiles by java.Library Paul Duffin
2020-11-27Differentiate between no dist tag and an empty dist tag Paul Duffin
2020-11-27Merge "Assume any <uses-library> is shared, add only toplevel ones to manifest." Ulyana Trafimovich
2020-11-25Assume any <uses-library> is shared, add only toplevel ones to manifest. Ulya Trafimovich
2020-11-24Merge "Annotate dependency tags for dependencies of installed files" Colin Cross
2020-11-24Add java sdk library enforcement flag JaeMan Park
2020-11-24Merge "Remove restriction on exported plugins that generate APIs" Treehugger Robot
2020-11-23Annotate dependency tags for dependencies of installed files Colin Cross
2020-11-23Remove restriction on exported plugins that generate APIs Colin Cross
2020-11-20Merge "Support extra checks for ErrorProne in a dedicated property" Colin Cross
2020-11-20Merge "Use java host unit tests template for unit tests" Julien Desprez
2020-11-19Support extra checks for ErrorProne in a dedicated property Colin Cross
2020-11-19Merge "java link time error improve" Treehugger Robot
2020-11-19Use java host unit tests template for unit tests Julien Desprez
2020-11-18Merge "Add unit_test test option in test configs" Dan Shi
2020-11-17java link time error improve Steven Moreland
2020-11-16Merge changes Ic22603a5,I5330b571 Colin Cross
2020-11-16Add unit_test test option in test configs Dan Shi
2020-11-16Rename fields and methods to reflect class loader context changes. Ulya Trafimovich
2020-11-16Do not add dependencies of shared SDK libraries to manifest_fixer. Ulya Trafimovich
2020-11-16Add nested class loader subcontext at the proper hierarchy level. Ulya Trafimovich
2020-11-14Annotate dependency tags for dependencies of installed files Colin Cross
2020-11-03Rework class loader context implementation. Ulya Trafimovich
2020-11-02Add ctx.ModuleDir and top level module dirs of input sources to JDK9 Jingwen Chen
2020-10-30java compilation: refactor and extract javac flag computation into a Jingwen Chen
2020-10-27Add separate dependency tags for compat libs based on SDK version. Ulya Trafimovich
2020-10-15Add empty tag support for java_import Saeid Farivar Asanjan
2020-10-09Add jni_libs to host java binaries Colin Cross
2020-10-09Make java_binary common variant a dependency Colin Cross
2020-10-09Replace jniDependencyTag with a value Colin Cross
2020-10-07Merge "Remove global state from apex modules" Colin Cross
2020-10-07Merge "Allow access to the class jar for java_import using {.jar} tag" Paul Duffin
2020-10-07Merge changes from topic "uses-libs-24" Ulyana Trafimovich
2020-10-06Remove global state from apex modules Colin Cross
2020-10-06Allow access to the class jar for java_import using {.jar} tag Paul Duffin
2020-10-06Add dependency on implementation <uses-library> for modules that depend on co... Ulya Trafimovich
2020-09-22Convert more versions in config to ApiLevel. Dan Albert
2020-09-22Replace ApiStrToNum uses with ApiLevel. Dan Albert
2020-09-14Merge "Add hidden_api for java_import" Liz Kammer
2020-09-11Consistently use default install path for compatibility <uses-library>. Ulya Trafimovich
2020-09-10Merge "Merge Android R" Xin Li
2020-09-10Add hidden_api for java_import Liz Kammer
2020-09-10Merge "Replace `is_uses_lib` property with `provides_uses_lib`." Ulyana Trafimovich