1. 633c502 Support RuleBuilder.Sbox to wrap commands in sbox by Dan Willemsen · 6 years ago
  2. 19878da Move proto compilation to RuleBuilder by Colin Cross · 6 years ago
  3. 525443a Add override_android_app module type. by Jaewoong Jung · 6 years ago
  4. efd249e Add support for no-vendor-variant VNDK by Vic Yang · 6 years ago
  5. 1b48842 Add path properties mutator by Colin Cross · 6 years ago
  6. 3d7c982 Add modules for converting java modules between host and device by Colin Cross · 6 years ago
  7. 7622867 Add dexpreopt_bootjars_test.go by Colin Cross · 6 years ago
  8. 778127a Add support for including py_binary and *_go_binary in apexs by Alex Light · 6 years ago
  9. acb6db3 Revert "Add override_module." by Jaewoong Jung · 6 years ago
  10. aa65e17 Add override_module. by Jaewoong Jung · 6 years ago
  11. 44df581 Refactor dexpreopt_bootjars.go to prepare for multiple boot images by Colin Cross · 6 years ago
  12. ff36da0 Implement vts_config module by Sasha Smundak · 6 years ago
  13. e4759b9 Add java/testing.go for sysprop_test.go by Colin Cross · 6 years ago
  14. 800fe13 Move dexpreopting of boot jars into Soong by Colin Cross · 6 years ago
  15. c0907f1 Create sysprop_library soong module by Inseob Kim · 6 years ago
  16. f24a22a Move hiddenapi singleton rules to Soong by Colin Cross · 6 years ago
  17. 571cccf Prepare for a type-safe OnceKey by Colin Cross · 6 years ago
  18. feec25b Move dexpreopt.Script to android.RuleBuilder by Colin Cross · 6 years ago
  19. b055267 Add sh_binary[_host] for shell script that should be installed as executable by Dan Willemsen · 6 years ago
  20. cb98807 Optimize filterArchStruct when nothing is filtered by Colin Cross · 6 years ago
  21. c32c6b0 Support building for Fuchsia. by Doug Horn · 6 years ago
  22. be9cdb8 Replace annotation_processors with plugins by Colin Cross · 6 years ago
  23. 21fc9bb Move kotlin to it's own file by Colin Cross · 6 years ago
  24. 8faf8fc Move hiddenapi to Soong by Colin Cross · 6 years ago
  25. 80880a3 Autogen python test config. by yelinhsieh · 6 years ago
  26. fb6d781 Split out sdk.go from java.go by Colin Cross · 6 years ago
  27. 638149e Add dexpreopt enabled tests by Colin Cross · 6 years ago
  28. 43f08db Dexpreopt soong modules inside soong by Colin Cross · 6 years ago
  29. 4ff85eb Revert "Dexpreopt soong modules inside soong" by Colin Cross · 6 years ago
  30. 29ff887 Dexpreopt soong modules inside soong by Colin Cross · 6 years ago
  31. 25fc6a9 Stubs variant is used when building for APEX by Jiyong Park · 6 years ago
  32. 62707f7 Add filegroup support to notice property. by Jaewoong Jung · 6 years ago
  33. 074ec48 Add support for AArch64 XOM binaries. by Ivan Lozano · 6 years ago
  34. 491fe5f Revert "Add filegroup support to notice property." by Jaewoong Jung · 6 years ago
  35. ff7a1a4 Add filegroup support to notice property. by Jaewoong Jung · 6 years ago
  36. 16c7d3d Revert "Revert "Revert "Revert "Export static libraries."""" by Jaewoong Jung · 6 years ago
  37. 555c114 Revert "Revert "Revert "Export static libraries.""" by Jaewoong Jung · 6 years ago
  38. eb05c2a Revert "Revert "Export static libraries."" by Jaewoong Jung · 6 years ago
  39. 3affc07 Revert "Export static libraries." by Jaewoong Jung · 6 years ago
  40. 9d5ca15 Export static libraries. by Jaewoong Jung · 6 years ago
  41. 3e6b1fb Revert "Export static libraries." by Jaewoong Jung · 6 years ago
  42. 5d19e1d Export static libraries. by Jaewoong Jung · 6 years ago
  43. 139a2e6 Add filename property to prebuilt_etc by Jiyong Park · 6 years ago
  44. ef35448 Allow cc_genrule srcs to vary by architecture by Colin Cross · 6 years ago
  45. a0790e3 Rework how linux_bionic is built with LLD by Dan Willemsen · 6 years ago
  46. ff1458f APEX can be signed with different keys by Jiyong Park · 6 years ago
  47. 48ca7dc Add apex variants by Jiyong Park · 6 years ago
  48. 9d45299 Add ApexModule interface for APEX-aware modules by Jiyong Park · 6 years ago
  49. a4f0881 Add support for JNI libraries to android_app modules by Colin Cross · 6 years ago
  50. feea4df Stop using GCC in toolchain_library by Dan Willemsen · 6 years ago
  51. 2a07692 Add tests for genrule command expansion by Colin Cross · 6 years ago
  52. 5d45c6f Collect modules' info to create IDE project file. by Brandon Lee · 6 years ago
  53. 22f3795 Remove relocation packer by Colin Cross · 6 years ago
  54. 303e21f Move autogenerated test config into Soong by Colin Cross · 6 years ago
  55. 031d2b3 Support prebuilt shared libs end with versions by Logan Chien · 6 years ago
  56. 3165695 Use manifest merger in Soong by Colin Cross · 7 years ago
  57. f9332f1 Support recovery and recovery_available by Jiyong Park · 7 years ago
  58. 58c518b java_sdk_library does the apicheck by default by Jiyong Park · 7 years ago
  59. b2559a0 Export lists of support libraries modules to Make by Colin Cross · 7 years ago
  60. 5a8d1be Add prebuilt_etc_xml by Jiyong Park · 7 years ago
  61. ec868fc Add support for generating Compdb file by Alex Light · 7 years ago
  62. c678ad3 Adding java_sdk_library by Jiyong Park · 7 years ago
  63. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 7 years ago
  64. a97c5d3 Add support for android_library modules by Colin Cross · 7 years ago
  65. 374510b Allow platform modules to link to vendor public libraries by Jiyong Park · 7 years ago
  66. b8fa197 Add Python protobuf support. by Nan Zhang · 7 years ago
  67. ee97c3e Add unit tests for android/neverallow.go by Logan Chien · 7 years ago
  68. fabb608 Soong AAR prebuilt support by Colin Cross · 7 years ago
  69. 581fd21 Droiddoc Support in Soong by Nan Zhang · 7 years ago
  70. f0056cb Refactor dexing by Colin Cross · 7 years ago
  71. 65b3fd9 neverallows in Soong by Steven Moreland · 7 years ago
  72. e87040b Allow Soong to generate its own build documentation by Colin Cross · 7 years ago
  73. 5425090 Add java_genrules to use jars as inputs and outputs by Colin Cross · 7 years ago
  74. 088e29e Revert "Revert "Soong support for namespaces"" by Jeff Gaston · 7 years ago
  75. 7154928 Install VNDK snapshot libraries for system build by Justin Yun · 7 years ago
  76. 178d5fe Revert "Soong support for namespaces" by Jeff Gaston · 7 years ago
  77. 44f0668 Fix aapt2 by Colin Cross · 7 years ago
  78. 63a250a Soong support for namespaces by Jeff Gaston · 7 years ago
  79. 3bc7ffa Replace aapt support with aapt2 by Colin Cross · 7 years ago
  80. 0875c52 Wrap PackageContext and SingletonContext by Colin Cross · 7 years ago
  81. cb93359 Add Jacoco support by Colin Cross · 7 years ago
  82. f5f6e49 Prohibit accidental renames of product config json fields by Jeff Gaston · 7 years ago
  83. f18e110 Fix using aidl files from filegroups by Colin Cross · 7 years ago
  84. ad59e75 Add cc_library tests by Colin Cross · 7 years ago
  85. b671544 Move first/last unique elements utility functions to android package by Colin Cross · 7 years ago
  86. 11b5c51 split soong_zip into a library and a binary by Jeff Gaston · 7 years ago
  87. 93e8595 Initial kotlin support by Colin Cross · 7 years ago
  88. 1369cdb Initial support for converting jars to java9 system modules by Colin Cross · 7 years ago
  89. 6af17aa Add support for .proto files in java modules by Colin Cross · 7 years ago
  90. 9d6c672 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 7 years ago
  91. ada83ec Add PGO support to soong by Pirama Arumuga Nainar · 7 years ago
  92. c77a0b3 Extract the linker and embed it into host bionic binaries by Dan Willemsen · 7 years ago
  93. 3e5bdf2 Add cc_genrule by Dan Willemsen · 7 years ago
  94. 38f794e Refactor proto in preparation for java proto support by Colin Cross · 7 years ago
  95. fee57cb Move error_prone config to external/error_prone by Colin Cross · 7 years ago
  96. a3fc4ba Add support for python_defaults modules by Nan Zhang · 7 years ago
  97. c6bbef3 Add error-prone support by Colin Cross · 7 years ago
  98. 01547b2 Extract jar-sorting to be accessible to soong_zip by Jeff Gaston · 7 years ago
  99. ba090d1 Add LTO support to soong by Stephen Crane · 8 years ago
  100. f1fd45e Revert "Revert "Cacheable, multithreaded finder."" by Jeff Gaston · 7 years ago