summaryrefslogtreecommitdiff
path: root/java/java.go
AgeCommit message (Expand)Author
2020-08-04Refactor java compileDex Liz Kammer
2020-07-27Add `data_native_bins` property to java_test_host Liz Kammer
2020-07-22Build transitive lint reports for apex modules Colin Cross
2020-07-10Pass unstripped JNI libraries to Make Colin Cross
2020-07-06Support kotlin multiplatform sources Colin Cross
2020-07-01Merge changes Ib7ad715d,I3a83b5ed Treehugger Robot
2020-07-01Merge "Rename the Default* constants in java/config." Treehugger Robot
2020-07-01Rename the Default* constants in java/config. Pete Gillin
2020-07-01Remove the concept of useDefaultLibs from Soong. Pete Gillin
2020-06-29Apply hiddenapi encoding to java_sdk_library .impl Paul Duffin
2020-06-26Add `soong.java.testProperties` to `java_defaults` module type. Roland Levillain
2020-06-25Support multiple dists per Android.bp module, and dist output selection. Jingwen Chen
2020-06-25Merge "apex/apk: enforce min_sdk_version of all deps" Jooyung Han
2020-06-24Include resources in sdk snapshot of java library impl Paul Duffin
2020-06-24apex/apk: enforce min_sdk_version of all deps Jooyung Han
2020-06-18Support adding extra lint checks Colin Cross
2020-06-18Allow kotlin modules to skip packaging the kotlin stdlib Colin Cross
2020-06-18Fix annotation processors in kotlin modules that generate resources Colin Cross
2020-06-18Merge "Add support for running Android lint on java and android modules." Colin Cross
2020-06-17Merge "Consolidate adding common java properties" Treehugger Robot
2020-06-17Fix check-boot-jars when a boot jar is provided by prebuilt Paul Duffin
2020-06-16Add support for running Android lint on java and android modules. Colin Cross
2020-06-15Do not override "-g:source,lines" for host java binaries when PRODUCT_MINIMIZ... Alex Humesky
2020-06-15Consolidate adding common java properties Colin Cross
2020-06-15Merge "Introduce product variables to select Java code coverage paths in Soong." Roland Levillain
2020-06-15Merge "Use EMMA_INSTRUMENT_FRAMEWORK for apex framework libs." Chris Gross
2020-06-15Introduce product variables to select Java code coverage paths in Soong. Roland Levillain
2020-06-11Use EMMA_INSTRUMENT_FRAMEWORK for apex framework libs. Chris Gross
2020-06-11Merge changes from topics "dist-for-goals", "soong-dist", "tests-PathForSource" Colin Cross
2020-06-11Merge "Fix on-device paths to used libraries in dexpreopt." Ulyana Trafimovich
2020-06-10Fix on-device paths to used libraries in dexpreopt. Ulya Trafimovich
2020-06-09Merge "dex_import that isn't available for platform isn't installed" Jiyong Park
2020-06-09Define Soong phony rules in Make Colin Cross
2020-06-08dex_import that isn't available for platform isn't installed Jiyong Park
2020-06-08Split the core/platform API into stable and legacy versions. Pete Gillin
2020-06-05Correct link type for module stubs Anton Hansson
2020-06-05Improve the structure of the link check method Anton Hansson
2020-06-04Revert^2 "Rename DexJar interface method to DexJarBuildPath." Ulyana Trafimovich
2020-06-04Merge "Revert "Rename DexJar interface method to DexJarBuildPath."" Ulyana Trafimovich
2020-06-04Revert "Rename DexJar interface method to DexJarBuildPath." Ulyana Trafimovich
2020-06-04Merge "Rename DexJar interface method to DexJarBuildPath." Ulyana Trafimovich
2020-06-03Rename DexJar interface method to DexJarBuildPath. Ulya Trafimovich
2020-06-02Always run package check Paul Duffin
2020-06-02dex_import can be added to apex Jiyong Park
2020-05-29Collect permitted packages from java_sdk_library instances Paul Duffin
2020-05-29Merge "Add support for remote-execution / caching of jar/zip actions" Kousik Kumar
2020-05-28Add support for remote-execution / caching of jar/zip actions Kousik Kumar
2020-05-28apex respects stem of java_library modules Jiyong Park
2020-05-27Merge "Allow the user to explicitly set the java Uncompress_dex property." David Srbecky
2020-05-27Merge "AIDEGen: Add path attribute to okhttp module." Treehugger Robot