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