1. 362f55a Always default to 1.9 for host java modules in Android.mk files by Colin Cross · 3 years, 1 month ago
  2. 5c6410e Record ALL_DEPS by default. by Jim Tang · 3 years, 2 months ago
  3. d05b57a Introduce TARGET_BUILD_UNBUNDLED_IMAGE by Jeongik Cha · 4 years, 6 months ago
  4. 154ac1d Update language to meet Android's inclusive language guidance by Joel Galenson · 4 years, 5 months ago
  5. 8157070 LOCAL_JNI_SHARED_LIBRARIES is no longer bad, so remove from my_soong_problems by Joe Onorato · 4 years, 6 months ago
  6. 02fb89a Add mk2bp_catalog.py that outputs more data about makefiles to be converted to soong. by Joe Onorato · 4 years, 6 months ago
  7. 3829475 Rename the Default* constants in java/config. by Pete Gillin · 4 years, 6 months ago
  8. a2c6345 Allow recording ALL_DEPS by setting RECORD_ALL_DEPS by Bill Peckham · 4 years, 8 months ago
  9. 6a88bd4 Remove support for EXPERIMENTAL_JAVA_LANGUAGE_LEVEL_9. by Pete Gillin · 5 years ago
  10. 521d445 Make javanano a plugin by Colin Cross · 5 years ago
  11. 869febd Make javamicro a plugin by Colin Cross · 5 years ago
  12. 5c3fc2a Remove support for ONE_SHOT_MAKEFILE by Dan Willemsen · 5 years ago
  13. 70b934e Depend on all the files from system modules by Dan Willemsen · 6 years ago
  14. 84c6c1c Convert java proto generation to use srcjars by Dan Willemsen · 6 years ago
  15. e6210f6 Remove AAPT1 support by Colin Cross · 6 years ago
  16. 0903362 Build System: Add java lib header files to module dependency list im module-info.mk by bralee · 6 years ago
  17. a9f2ef5 Change the impl lib name of java_sdk_library by Sundong Ahn · 6 years ago
  18. 8e0ff1c Add a flag to allow unbundled builds to build SDKs from source by Colin Cross · 6 years ago
  19. e8cb195 Add -CROSS suffix to cross host OS notice targets. by Jaewoong Jung · 6 years ago
  20. e4f4c73 Revert "Use protoc-gen-javalite for java lite protos" by Colin Cross · 6 years ago
  21. 84f0a11 Use protoc-gen-javalite for java lite protos by Colin Cross · 6 years ago
  22. 5771e8c Switch protoc javastream plugin to using explicit path by Dan Willemsen · 6 years ago
  23. dcc8ec3 Add jni shared libraries to java soong_to_convert problems by Colin Cross · 6 years ago
  24. 579668b Track more static dependencies for notice files by Colin Cross · 6 years ago
  25. 2e51d73 Merge "Run ErrorProne in OpenJDK9" am: 264bc07791 by Colin Cross · 7 years ago
  26. e46727a Run ErrorProne in OpenJDK9 by Colin Cross · 7 years ago
  27. 56be041 Merge "Export SDK library names" am: dabf1a0c5a by Jiyong Park · 7 years ago
  28. 1cf8ee6 Export SDK library names by Jiyong Park · 7 years ago
  29. 3d64287 Merge "Add support when LOCAL_PRIVATE_PLATFORM_APIS is true." am: 24fff76404 by Sundong Ahn · 7 years ago
  30. 2b17041 Add support when LOCAL_PRIVATE_PLATFORM_APIS is true. by Sundong Ahn · 7 years ago
  31. 025994b Merge "When building unbundled apps, link to the prebuilt stubs lib" am: 7207e41ddd by Jiyong Park · 7 years ago
  32. 45bb10c When building unbundled apps, link to the prebuilt stubs lib by Jiyong Park · 7 years ago
  33. 92e9d33 Merge "Allow forcing AAPT2 on" am: 2b42ae8076 am: 7795002bcf by Colin Cross · 7 years ago
  34. 2029903 Allow forcing AAPT2 on by Colin Cross · 7 years ago
  35. d17f99a Merge "Forbid depending directly on SDK modules." am: efd6084996 am: 20da4aa253 by Anton Hansson · 7 years ago
  36. 9d03060 Forbid depending directly on SDK modules. by Anton Hansson · 7 years ago
  37. f503b22 Merge changes from topic "java_sdk_library" am: e8c3dfd945 am: 8303590165 by android-build-prod (mdb) · 7 years ago
  38. cd06fe3 sdk lib name can be in LOCAL_[STATIC_]JAVA_LIBRARIES by Jiyong Park · 7 years ago
  39. 6023db8 java_sdk_library supports test as another API scope by Jiyong Park · 7 years ago
  40. 8ae3001 Support LOCAL_SDK_LIBRARIES for "current" builds. by Anton Hansson · 7 years ago
  41. 789c8cd Merge "Add support for specifying LOCAL_SDK_LIBRARIES for prebuilts." am: 4ad0be36e3 by Anton Hansson · 7 years ago
  42. f5cefdc Add support for specifying LOCAL_SDK_LIBRARIES for prebuilts. by Anton Hansson · 7 years ago
  43. 395092d Merge "Consolidate the logic for the sdk prebuilt module names." am: 9b72b53a24 by Anton Hansson · 7 years ago
  44. 400673c Consolidate the logic for the sdk prebuilt module names. by Anton Hansson · 7 years ago
  45. b4ee77a Move java renderscript support to java_renderscript.mk by Colin Cross · 7 years ago
  46. f13eb55 Add LOCAL_SRCJARS support by Colin Cross · 7 years ago
  47. ecabf53 Remove unused .fs file suppport by Colin Cross · 7 years ago
  48. e793ae6 Remove unused file lists by Colin Cross · 7 years ago
  49. f70aa4c Move aapt flags from java_common.mk to aapt_flags.mk by Colin Cross · 7 years ago
  50. 55dcf71 Remove missed PRODUCT_AAPT_FLAGS by Colin Cross · 7 years ago
  51. 1e047d3 Move java renderscript support to java_renderscript.mk by Colin Cross · 7 years ago
  52. 11e2d55 Add LOCAL_SRCJARS support by Colin Cross · 7 years ago
  53. 93d6550 Remove unused .fs file suppport by Colin Cross · 7 years ago
  54. c3e7074 Remove unused file lists by Colin Cross · 7 years ago
  55. b6013af Move aapt flags from java_common.mk to aapt_flags.mk by Colin Cross · 7 years ago
  56. 3d71a08 Don't allow linking to a java module with broader API surface by Jiyong Park · 7 years ago
  57. 8dad6c6 Remove missed PRODUCT_AAPT_FLAGS by Colin Cross · 7 years ago
  58. 7a02001 Change the naming policy of system_$(VER) by Sundong Ahn · 7 years ago
  59. 5ebca30 Support LOCAL_SDK_VERSION := core_current by Jiyong Park · 7 years ago
  60. 0276db1 javac 9 -target 1.9: Move bootclasspath jars onto classpath. by Tobias Thierer · 7 years ago
  61. f795dcb Experimental feature: LOCAL_PATCH_MODULE option in .mk files. by Tobias Thierer · 7 years ago
  62. 7e99d45 Pass OpenJDK 8's bootclasspath for host tools targeting <= 1.8. by Tobias Thierer · 7 years ago
  63. bfc7811 When compiling with the lite protobuf option, pass the option to aprotoc to force the lite runtime. by Joe Onorato · 7 years ago
  64. 3277ba3 Add java modules to soong_to_convert.txt by Colin Cross · 7 years ago
  65. 3c11309 Fix build error by Sundong Ahn · 7 years ago
  66. 5a44d1f Add LOCAL_SDK_VERSION := system_$(VER) by Sundong Ahn · 7 years ago
  67. bb6393c Add LOCAL_AAPT2_ONLY by Dan Willemsen · 7 years ago
  68. f6bd495 Break EXPERIMENTAL_USE_OPENJDK9 into {USE,TARGET}_OPENJDK9. by Tobias Thierer · 7 years ago
  69. 1d226aa Fix coverage build. by Allen Hair · 7 years ago
  70. 98caed6 Fix desugaring when LOCAL_SDK_VERSION is not set by Colin Cross · 7 years ago
  71. f960257 Use system modules generated by soong when using javac -target 1.9 by Colin Cross · 7 years ago
  72. 745c6a5 Cap LOCAL_JAVA_LANGUAGE_VERSION <= 1.8 for API versions <= 26. by Tobias Thierer · 7 years ago
  73. e673deb Delete jack support by Colin Cross · 7 years ago
  74. b182ea7 Merge changes I06179fca,Ie48746c8,Ia47ebc95 by Treehugger Robot · 7 years ago
  75. 7dc9043 Allow disabling turbine by Colin Cross · 7 years ago
  76. 9b2e4c6 Simplify the *-lib-* functions by Colin Cross · 7 years ago
  77. a4a1f20 Merge changes I0a1aa003,I000c3c22 by Treehugger Robot · 7 years ago
  78. 0a68e5e Fix unbundled jack builds by Colin Cross · 7 years ago
  79. 5d969a3 Desugar lambdas in javac unbundled builds by Colin Cross · 7 years ago
  80. b541aae Remove duplication of bootclasspath in LOCAL_JAVA_LIBRARIES by Colin Cross · 7 years ago
  81. 1d1e5ef Add dependencies on bootclasspath libraries by Colin Cross · 7 years ago
  82. f6bc1a1 Reindent bootclasspath code by Colin Cross · 7 years ago
  83. 34a9885 Revert "Revert "Support <dir>:<file> for LOCAL_JAVA_RESOURCE_FILES"" by Colin Cross · 7 years ago
  84. 15a2fa2 Revert "Support <dir>:<file> for LOCAL_JAVA_RESOURCE_FILES" by Colin Cross · 7 years ago
  85. 4a93294 Support <dir>:<file> for LOCAL_JAVA_RESOURCE_FILES by Colin Cross · 7 years ago
  86. 9bd5405 Use merge_zips to merge jars during Java build in Make. by Nan Zhang · 7 years ago
  87. b3ec534 Revert "Revert "Add Turbine as part of java build toolchain in Make."" by Nan Zhang · 7 years ago
  88. 33dcd0c Revert "Add Turbine as part of java build toolchain in Make." by Nan Zhang · 7 years ago
  89. 0739155 Add Turbine as part of java build toolchain in Make. by Nan Zhang · 7 years ago
  90. dfc45ec Separate java source list generation into its own rule by Colin Cross · 8 years ago
  91. 1e00ce0 Merge "Build: Experimental option to default to -source 1.9 -target 1.9" by Tobias Thierer · 7 years ago
  92. d61f28b Build: Experimental option to default to -source 1.9 -target 1.9 by Tobias Thierer · 7 years ago
  93. 5a64925 Merge "Drop build support for LEGACY_USE_JAVA7." am: 5368131063 am: 28be9906d4 by Tobias Thierer · 8 years ago
  94. c61bd99 Drop build support for LEGACY_USE_JAVA7. by Tobias Thierer · 8 years ago
  95. 4e9e5d5 Merge "Rewrite link type checking" am: e4d92ef568 am: d76aaed983 am: e834d5f059 by Dan Willemsen · 8 years ago
  96. b47d4e9 Rewrite link type checking by Dan Willemsen · 8 years ago
  97. e8ee68b Support java annotation proccessors by Colin Cross · 8 years ago
  98. cde1498 Support java annotation proccessors by Colin Cross · 8 years ago
  99. 99c83f2 Merge "Rearrange java library outputs" am: 7b7363fffb am: a4435a5025 by Colin Cross · 8 years ago
  100. 1ed4235 Merge "Move proguard before classes.jar" am: 41d5cd7420 am: c40073c77f by Colin Cross · 8 years ago