1. f9332f1 Support recovery and recovery_available by Jiyong Park · 8 years ago
  2. 58c518b java_sdk_library does the apicheck by default by Jiyong Park · 7 years ago
  3. b2559a0 Export lists of support libraries modules to Make by Colin Cross · 8 years ago
  4. 5a8d1be Add prebuilt_etc_xml by Jiyong Park · 7 years ago
  5. ec868fc Add support for generating Compdb file by Alex Light · 8 years ago
  6. c678ad3 Adding java_sdk_library by Jiyong Park · 8 years ago
  7. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 8 years ago
  8. a97c5d3 Add support for android_library modules by Colin Cross · 8 years ago
  9. 374510b Allow platform modules to link to vendor public libraries by Jiyong Park · 8 years ago
  10. b8fa197 Add Python protobuf support. by Nan Zhang · 8 years ago
  11. ee97c3e Add unit tests for android/neverallow.go by Logan Chien · 8 years ago
  12. fabb608 Soong AAR prebuilt support by Colin Cross · 8 years ago
  13. 581fd21 Droiddoc Support in Soong by Nan Zhang · 8 years ago
  14. f0056cb Refactor dexing by Colin Cross · 8 years ago
  15. 65b3fd9 neverallows in Soong by Steven Moreland · 8 years ago
  16. e87040b Allow Soong to generate its own build documentation by Colin Cross · 8 years ago
  17. 5425090 Add java_genrules to use jars as inputs and outputs by Colin Cross · 8 years ago
  18. 088e29e Revert "Revert "Soong support for namespaces"" by Jeff Gaston · 8 years ago
  19. 7154928 Install VNDK snapshot libraries for system build by Justin Yun · 8 years ago
  20. 178d5fe Revert "Soong support for namespaces" by Jeff Gaston · 8 years ago
  21. 44f0668 Fix aapt2 by Colin Cross · 8 years ago
  22. 63a250a Soong support for namespaces by Jeff Gaston · 8 years ago
  23. 3bc7ffa Replace aapt support with aapt2 by Colin Cross · 8 years ago
  24. 0875c52 Wrap PackageContext and SingletonContext by Colin Cross · 8 years ago
  25. cb93359 Add Jacoco support by Colin Cross · 8 years ago
  26. f5f6e49 Prohibit accidental renames of product config json fields by Jeff Gaston · 8 years ago
  27. f18e110 Fix using aidl files from filegroups by Colin Cross · 8 years ago
  28. ad59e75 Add cc_library tests by Colin Cross · 8 years ago
  29. b671544 Move first/last unique elements utility functions to android package by Colin Cross · 8 years ago
  30. 11b5c51 split soong_zip into a library and a binary by Jeff Gaston · 8 years ago
  31. 93e8595 Initial kotlin support by Colin Cross · 8 years ago
  32. 1369cdb Initial support for converting jars to java9 system modules by Colin Cross · 8 years ago
  33. 6af17aa Add support for .proto files in java modules by Colin Cross · 8 years ago
  34. 9d6c672 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 8 years ago
  35. ada83ec Add PGO support to soong by Pirama Arumuga Nainar · 8 years ago
  36. c77a0b3 Extract the linker and embed it into host bionic binaries by Dan Willemsen · 8 years ago
  37. 3e5bdf2 Add cc_genrule by Dan Willemsen · 8 years ago
  38. 38f794e Refactor proto in preparation for java proto support by Colin Cross · 8 years ago
  39. fee57cb Move error_prone config to external/error_prone by Colin Cross · 8 years ago
  40. a3fc4ba Add support for python_defaults modules by Nan Zhang · 8 years ago
  41. c6bbef3 Add error-prone support by Colin Cross · 8 years ago
  42. 01547b2 Extract jar-sorting to be accessible to soong_zip by Jeff Gaston · 8 years ago
  43. ba090d1 Add LTO support to soong by Stephen Crane · 8 years ago
  44. f1fd45e Revert "Revert "Cacheable, multithreaded finder."" by Jeff Gaston · 8 years ago
  45. d1abeb9 Revert "Cacheable, multithreaded finder." by Jeff Gaston · 8 years ago
  46. b6d161b Cacheable, multithreaded finder. by Jeff Gaston · 8 years ago
  47. 72bb363 Add basic tests for java modules by Colin Cross · 8 years ago
  48. 8effde4 Install VNDK libs in /system instead of /vendor by Justin Yun · 8 years ago
  49. cec8171 Add integration testing infrastructure by Colin Cross · 8 years ago
  50. d773eb3 add device_kernel_headers module for vendor-specific kernel headers by Jiyong Park · 8 years ago
  51. 3e3e72d Add java config and share it with make by Colin Cross · 8 years ago
  52. aff66e5 Revert "Revert "Initial implementation of bpfix"" by Jeff Gaston · 8 years ago
  53. efc1b41 Have Soong try to enforce that genrules declare all their outputs. by Jeff Gaston · 9 years ago
  54. a8cc9c5 Revert "Initial implementation of bpfix" by Jeff Gaston · 8 years ago
  55. de4b046 Initial implementation of bpfix by Jeff Gaston · 8 years ago
  56. 5323f8e Add python_test_host module. by Nan Zhang · 8 years ago
  57. 2a252be Support .rs and .fs files in cc_* module srcs lists by Colin Cross · 8 years ago
  58. 7e0eaf1 Support %s in product variable properties by Colin Cross · 8 years ago
  59. db0b9a3 Supported python build in host side. by Nan Zhang · 9 years ago
  60. 3e231fd Add header-abi-checker for Vndk abi checks. by Jayant Chowdhary · 9 years ago
  61. 4416e5d Split /system and /vendor modules, allow multi-installation by Dan Willemsen · 9 years ago
  62. b916b80 Add LLNDK support for the VNDK by Dan Willemsen · 9 years ago
  63. 30c9d6e Generate file to map codenames to API levels. by Dan Albert · 9 years ago
  64. 6156098 Revert "install *.so in different paths for their types" by Dan Willemsen · 9 years ago
  65. 01a405a Add LinuxBionic toolchain and switch by Dan Willemsen · 9 years ago
  66. 4c48f72 install *.so in different paths for their types by Jiyong Park · 9 years ago
  67. 7bd4c5c Add libwinpthread, link it into win32 binaries. by Josh Gao · 9 years ago
  68. 581341d Native Coverage support in Soong (gcov) by Dan Willemsen · 9 years ago
  69. d61f1f4 Add support for CMakefile generation by Fabien Sanglard · 9 years ago
  70. 6d34b30 Added phony module type for soong. by Nan Zhang · 9 years ago
  71. 1e70446 Add a Go replacement for our top-level Make wrapper by Dan Willemsen · 9 years ago
  72. faeb7aa Support data properties for test binaries by Colin Cross · 9 years ago
  73. 068e0fe Support filegroups by Colin Cross · 9 years ago
  74. 2e47b34 Add Toolchain.Bionic() by Dan Willemsen · 9 years ago
  75. 00fcbde Add LinuxBionic OsType by Dan Willemsen · 9 years ago
  76. 6bde094 Add android.Expand by Colin Cross · 9 years ago
  77. 7f19f37 Move globbing to Blueprint by Colin Cross · 9 years ago
  78. a03cf6d Add clang-tidy support by Dan Willemsen · 9 years ago
  79. 0c461f1 Add support for .proto files by Colin Cross · 9 years ago
  80. 0d614dd Re-enable prebuilt_test by Colin Cross · 9 years ago
  81. b778a9c Disable prebuilt_test by Colin Cross · 9 years ago
  82. ce75d2c Initial prebuilt support by Colin Cross · 9 years ago
  83. 798bfce Move registration into android package by Colin Cross · 9 years ago
  84. 394e9dc Add Relocation Packer support by Dan Willemsen · 9 years ago
  85. 178a509 Replace PropertyCustomizer with hooks by Colin Cross · 9 years ago
  86. 377737a Move Android.bp definitions into subdirs by Dan Willemsen · 9 years ago
  87. a120ec1 Add PropertyCustomizer by Colin Cross · 9 years ago
  88. 9272ade Add DeviceConfig and OncePer objects by Colin Cross · 9 years ago
  89. 47ec28f Rename soong_jar to soong_zip by Dan Willemsen · 9 years ago
  90. 017d893 soong_jar: Parallel compression by Dan Willemsen · 9 years ago
  91. 3bf1a08 Add zip2zip tool to copy zip entries from one file to another by Dan Willemsen · 9 years ago
  92. b916a38 Refactor cc modules to use decorators instead of inheritance by Colin Cross · 9 years ago
  93. b98c8b0 Move toolchain and global variables into separate package by Colin Cross · 9 years ago
  94. 4d9c2d1 Separate cc.go by Colin Cross · 9 years ago
  95. 914449f Generate NDK sysroots from the platform build. by Dan Albert · 9 years ago
  96. a43f9b3 Rename androidmk/test.go so go test can find it by Colin Cross · 9 years ago
  97. 6c2ac06 Add tests for androidmk by Dan Willemsen · 9 years ago
  98. c2aa4a9 Start using blueprint_go_binary by Dan Willemsen · 9 years ago
  99. 08693d2 Improve makefile parser by Colin Cross · 9 years ago
  100. 20acc5c Add flag property checking by Dan Willemsen · 9 years ago