- f9a0443 Java test code clean-up by Jaewoong Jung · 5 years ago
- 63f4b57 Merge changes Ia106d48e,Ib6c0e778 by Colin Cross · 5 years ago
- 5cfc70d Remove use of deprecated ExtractSourcesDeps by Colin Cross · 5 years ago
- 0f7dbd0 Merge "soong: Fix AndroidMk with *Required properties" by Treehugger Robot · 5 years ago
- 12df5fb soong: Fix AndroidMk with *Required properties by Jooyung Han · 5 years ago
- e3ef3c8 Fix the unbundled mainline module build by Jiyong Park · 5 years ago
- 09cb629 Revert "Don't build hiddenapi flags or encode dex for unbundled builds" by Jiyong Park · 5 years ago
- 66abc58 Merge "Add java_sdk_library summary to soong docs." by Treehugger Robot · 5 years ago
- 4f158ee Add java_sdk_library summary to soong docs. by Jaewoong Jung · 5 years ago
- a89cf59 Merge "Tune invocations and print full diagnostics on crash for d8 and r8." by Treehugger Robot · 5 years ago
- 3af8661 Merge "Improve android_app_import.dpi_variants handling." by Jaewoong Jung · 5 years ago
- 3e18b19 Improve android_app_import.dpi_variants handling. by Jaewoong Jung · 6 years ago
- ee5c603 Tune invocations and print full diagnostics on crash for d8 and r8. by Sasha Smundak · 5 years ago
- 9877279 Dist NOTICE outputs for app targets. by Jaewoong Jung · 5 years ago
- e65d84c Merge "Enforce hidden api usage in vendor (soong)" by Treehugger Robot · 6 years ago
- 6bd33c1 Enforce hidden api usage in vendor (soong) by Jeongik Cha · 6 years ago
- 8a255ac Merge "Revert "Revert "Remove option to create boot image based on preloaded classes""" by Mathieu Chartier · 6 years ago
- bf46d96 Merge "core_current does not include framework libraries" by Paul Duffin · 6 years ago
- 6adeee1 Revert "Revert "Remove option to create boot image based on preloaded classes"" by Mathieu Chartier · 6 years ago
- b2e4f47 Merge "Don't pass --legacy by default to aapt2 compile" by Colin Cross · 6 years ago
- a6c4ff2 Merge "Revert "Remove option to create boot image based on preloaded classes"" by Mathieu Chartier · 6 years ago
- d3f688b Revert "Remove option to create boot image based on preloaded classes" by Mathieu Chartier · 6 years ago
- e2a8e7f Merge "Remove option to create boot image based on preloaded classes" by Mathieu Chartier · 6 years ago
- 7aae6e7 core_current does not include framework libraries by Paul Duffin · 6 years ago
- 735d03c Remove unused condition in decodeSdkDep(...) by Paul Duffin · 6 years ago
- 4a04731 Remove option to create boot image based on preloaded classes by Mathieu Chartier · 6 years ago
- 53a87f5 Uncompress dex in unbundled privileged apps by Colin Cross · 6 years ago
- 50c744e Merge changes from topic "apex_notice" by Jaewoong Jung · 6 years ago
- 5b425e2 Optionally embed NOTICE files in apks. by Jaewoong Jung · 6 years ago
- 5c2f963 Remove the no_framework_libs property by Paul Duffin · 6 years ago
- 84338df Merge "Allow passing --legacy in aaptflags" by Treehugger Robot · 6 years ago
- 4215cfd Don't pass --legacy by default to aapt2 compile by Colin Cross · 6 years ago
- a0ba2f5 Allow passing --legacy in aaptflags by Colin Cross · 6 years ago
- fe310be Fix typo in java system modules makevars by Dan Willemsen · 6 years ago
- f8a698a Merge changes from topics "rbe-deps-dexpreopt-images", "rbe-deps-system-modules" by Treehugger Robot · 6 years ago
- 0f41678 Expand the dexpreopt image dependencies to entire image by Dan Willemsen · 6 years ago
- ff60a73 Depend on all the files from system modules by Dan Willemsen · 6 years ago
- 5d7409b Remove SOONG_FRAMEWORK_SRCS by Colin Cross · 6 years ago
- 50c217c Add sdk_version:"core_platform" to replace no_framework_libs:true by Paul Duffin · 6 years ago
- a3d0986 Remove the no_standard_libs property by Paul Duffin · 6 years ago
- 301ba52 Remove unused jars/sdk_version properties from java_system_modules by Paul Duffin · 6 years ago
- ad13e11 Merge "Support sharding robolectric tests" by Colin Cross · 6 years ago
- 9a642dc Support sharding robolectric tests by Colin Cross · 6 years ago
- b11c72b Merge "Add sdk_version:"none" to replace no_standard_libs:true" by Paul Duffin · 6 years ago
- 60b393c Merge "Make sdkDep/decodeSdkDep the source of truth about the sdk" by Paul Duffin · 6 years ago
- 52d398a Add sdk_version:"none" to replace no_standard_libs:true by Paul Duffin · 6 years ago
- 42d3377 Merge changes If25be604,I0a310229,I44155630 by Treehugger Robot · 6 years ago
- 250e619 Make sdkDep/decodeSdkDep the source of truth about the sdk by Paul Duffin · 6 years ago
- 1b033f5 Add hiddenapi_flags module type by Paul Duffin · 6 years ago
- 393590d Merge "Never allow java_library_host with no_standard_libs: true" by Paul Duffin · 6 years ago
- 45656aa Merge "Allow java_test.go tests to use any Android.bp file" by Paul Duffin · 6 years ago
- 5b775ae Merge "Add test for no_framework_libs:true" by Paul Duffin · 6 years ago
- 1cfbdbe Add another jar used by kotlinc by Dan Willemsen · 6 years ago
- e51e2fe Merge changes I89ad92f3,Ife1604c0 by Colin Cross · 6 years ago
- 3245b2c Don't add dependencies on uses-library modules in unbundled builds by Colin Cross · 6 years ago
- 72ea641 Merge changes Ia17b2bcb,Ic71892c3,Id2b23b9e,I435ee7aa,I85112506, ... by Colin Cross · 6 years ago
- 90aa101 Merge "Tune JVM, print full diagnostics on crash." by Alexander Smundak · 6 years ago
- b815ada Never allow java_library_host with no_standard_libs: true by Paul Duffin · 6 years ago
- baccf7e Allow java_test.go tests to use any Android.bp file by Paul Duffin · 6 years ago
- fad7980 Add test for no_framework_libs:true by Paul Duffin · 6 years ago
- b826a2f Remove unnecessary use of sdk_version: "core_current" by Paul Duffin · 6 years ago
- 26c6d9e Tune JVM, print full diagnostics on crash. by Sasha Smundak · 6 years ago
- a53ae43 Merge "Don't specify -encoding twice in Jdiff javadoc invocations." by Pete Gillin · 6 years ago
- 588857b Merge "Refactor .aar resource compilation" by Treehugger Robot · 6 years ago
- 5903762 Add GenerateAndroidBuildActions to DefaultsModuleBase by Colin Cross · 6 years ago
- a6bf56d Merge changes I9f8df94f,I2d7f5c56,I0ebb7381,Ieefcfc1a by Colin Cross · 6 years ago
- 2b1ea2e Don't specify -encoding twice in Jdiff javadoc invocations. by Pete Gillin · 6 years ago
- 14bb14e Merge "Disable the system-modules plugin for jlink invocations." by Pete Gillin · 6 years ago
- 0ea8ba8 Consolidate baseContext, BaseContext, and BaseModuleContext by Colin Cross · 6 years ago
- 4eb6be3 Disable the system-modules plugin for jlink invocations. by Pete Gillin · 6 years ago
- 6d376a0 Merge "Use correct system_modules with core.current.stubs" by Treehugger Robot · 6 years ago
- 96eac76 Merge "Touch up manifest if there's no source code." by Jaewoong Jung · 6 years ago
- ba88c41 Use correct system_modules with core.current.stubs by Neil Fuller · 6 years ago
- 4f67c42 Merge "android_app stl property bug fix" by Jaewoong Jung · 6 years ago
- 710756a android_app stl property bug fix by Jaewoong Jung · 6 years ago
- 375ca3c Add .jar tag to java modules by Colin Cross · 6 years ago
- 41955e8 Support tagged module references by Colin Cross · 6 years ago
- 22d3d6b Merge "Revert "Revert "Print full diagnostics file when Java process crashes.""" by Treehugger Robot · 6 years ago
- c27ab66 Touch up manifest if there's no source code. by Jaewoong Jung · 6 years ago
- b4be092 Revert "Revert "Print full diagnostics file when Java process crashes."" by Alexander Smundak · 6 years ago
- d5dd534 Merge "Revert "Print full diagnostics file when Java process crashes."" by Treehugger Robot · 6 years ago
- b023fe3 Merge "AIDEGen: Collect the srcjar into out/soong/module_bp_java_deps.json" by Treehugger Robot · 6 years ago
- d71dc6b Revert "Print full diagnostics file when Java process crashes." by Alexander Smundak · 6 years ago
- 76acdad Merge "Make test_options.timeout an int64" by Colin Cross · 6 years ago
- 7a1fefc Merge "Port uses-shared library verification and dexpreopting to Soong" by Treehugger Robot · 6 years ago
- 7b1ca80 Merge "Print full diagnostics file when Java process crashes." by Treehugger Robot · 6 years ago
- 2f9a7c8 Make test_options.timeout an int64 by Colin Cross · 6 years ago
- 50ddcc4 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
- 9d6df22 Print full diagnostics file when Java process crashes. by Sasha Smundak · 6 years ago
- 304cfec Refactor .aar resource compilation by Dan Willemsen · 6 years ago
- 7d06395 Merge "Revert "Port uses-shared library verification and dexpreopting to Soong"" by Colin Cross · 6 years ago
- c032498 Revert "Port uses-shared library verification and dexpreopting to Soong" by Colin Cross · 6 years ago
- 2f4c55e Merge changes from topic "verify_uses_libraries" by Treehugger Robot · 6 years ago
- 4b06c20 Merge "Support defaults properties in java_system_module" by Tobias Thierer · 6 years ago
- 89574e0 Merge "Document escaping" by Colin Cross · 6 years ago
- 9c74a1e Don't build hiddenapi flags or encode dex for unbundled builds by Colin Cross · 6 years ago
- 667ffa1 Support defaults properties in java_system_module by Colin Cross · 6 years ago
- b66d7b1 Port uses-shared library verification and dexpreopting to Soong by Colin Cross · 6 years ago
- e4a0584 Document escaping by Colin Cross · 6 years ago
- 18c82ff AIDEGen: Collect the srcjar into out/soong/module_bp_java_deps.json by patricktu · 6 years ago