1. 0302a84 Soong generates vndk-related .libraries.txt files by Jooyung Han · 5 years ago
  2. 52767be Add support for Rust C libraries. by Ivan Lozano · 5 years ago
  3. 183a321 Add a common interface for cc linkable libraries. by Ivan Lozano · 5 years ago
  4. b480deb Merge "Change exportedDirs and exportedSystemDirs from []string to android.Paths" by Treehugger Robot · 5 years ago
  5. 7d6b21c Merge "Soong generates libraries.txt files for vndk" by Treehugger Robot · 5 years ago
  6. 097087b Soong generates libraries.txt files for vndk by Jooyung Han · 5 years ago
  7. 7495504 Change exportedDirs and exportedSystemDirs from []string to android.Paths by Jiyong Park · 5 years ago
  8. 31c470b Revert "Revert "Supports VNDK APEX with different versions"" by Jooyung Han · 5 years ago
  9. c5bba64 Merge "Prohibit dependencies outside of uses_sdks" by Treehugger Robot · 5 years ago
  10. 7617fc2 Merge "Extend ALLOW_MISSING_DEPENDENCIES coverage" by Treehugger Robot · 5 years ago
  11. ad4a597 Merge "Add method to determine variations from a Target" by Colin Cross · 5 years ago
  12. a8f91ec Merge "Revert "Supports VNDK APEX with different versions"" by Treehugger Robot · 5 years ago
  13. 2c0a180 Extend ALLOW_MISSING_DEPENDENCIES coverage by Isaac Chen · 5 years ago
  14. a7bc8ad Prohibit dependencies outside of uses_sdks by Jiyong Park · 5 years ago
  15. 48dd4b5 Revert "Supports VNDK APEX with different versions" by Jooyung Han · 5 years ago
  16. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 5 years ago
  17. a4cdb8d Merge "add [static|shared].apex_available to cc_library" by Treehugger Robot · 5 years ago
  18. a90ca00 add [static|shared].apex_available to cc_library by Jiyong Park · 5 years ago
  19. 394951d Supports VNDK APEX with different versions by Jooyung Han · 5 years ago
  20. e89b8fb Merge "Remove no_apex in favor or apex_available" by Treehugger Robot · 5 years ago
  21. 62be1e3 Merge "Hide static from cc_library_shared and vice versa" by Treehugger Robot · 5 years ago
  22. 7916bfc Remove no_apex in favor or apex_available by Jiyong Park · 5 years ago
  23. 5e493d5 Merge "fix: "no_apex" can be put in defaults" by Jooyung Han · 5 years ago
  24. cc372c5 fix: "no_apex" can be put in defaults by Jooyung Han · 5 years ago
  25. e1bb5d0 Hide static from cc_library_shared and vice versa by Colin Cross · 5 years ago
  26. f1c8433 Add AArch64 device Rust toolchain. by Ivan Lozano · 5 years ago
  27. b1102ba Merge "Introduce module type 'sdk'" by Treehugger Robot · 5 years ago
  28. d1063c1 Introduce module type 'sdk' by Jiyong Park · 6 years ago
  29. 4e839ec Merge "Add corpus and dictionary properties to cc_fuzz." by Treehugger Robot · 5 years ago
  30. 4e4ab8a Add corpus and dictionary properties to cc_fuzz. by Mitch Phillips · 5 years ago
  31. 64c4395 Add version to vendor variants by Inseob Kim · 5 years ago
  32. 1f6c94a Merge "Add "apex_vndk" module type" by Treehugger Robot · 5 years ago
  33. 5f69b9a Disable coverage for native-bridge modules by Pirama Arumuga Nainar · 5 years ago
  34. 279de57 Treat libclang_rt.hwasan-* the same way as the other Bionic bootstrap libs. by Martin Stjernholm · 5 years ago
  35. 344d543 Add "apex_vndk" module type by Jooyung Han · 5 years ago
  36. 1282f42 Skip creating vendor variants for native_bridge modules by Justin Yun · 5 years ago
  37. c6de2d9 Merge "Add Rust support to Soong." by Ivan Lozano · 5 years ago
  38. ffee334 Add Rust support to Soong. by Ivan Lozano · 5 years ago
  39. 98ab311 Save deps when asflags contains -xassembler-with-cpp by Dan Willemsen · 5 years ago
  40. 792942d Merge changes I75b4a761,I779f28c6,If1422372,I26307dd1 by Treehugger Robot · 5 years ago
  41. 99f2fc2 BoringSSL FIPS build - introduce extraLibFlags and use for STL libs. by Pete Bentley · 5 years ago
  42. 74c9bba Allow linker scripts when building objects. by Pete Bentley · 5 years ago
  43. dcea882 Merge "Build native coverage variant of APEXes when needed" by Treehugger Robot · 5 years ago
  44. ee9a98d Build native coverage variant of APEXes when needed by Jiyong Park · 5 years ago
  45. e49256e Merge "Fix sanitizer dep" by Treehugger Robot · 5 years ago
  46. 1d1119f Fix sanitizer dep by Jiyong Park · 5 years ago
  47. ff7321b Merge "Skip ABI checks for APEX variants of opt-in libraries" by Hsin-Yi Chen · 5 years ago
  48. af17d74 Skip ABI checks for APEX variants of opt-in libraries by Hsin-Yi Chen · 5 years ago
  49. d06ecc8 Fix recovery-variant VNDK libs miss-installed to recovery img by yidong.zhang · 5 years ago
  50. cadffcd Merge "Handle `test_per_src` modules as indirect dependencies in APEXes." by Roland Levillain · 5 years ago
  51. f89cd09 Handle `test_per_src` modules as indirect dependencies in APEXes. by Roland Levillain · 5 years ago
  52. 2a4549e Support source code cross-referencing for C++ and Java by Sasha Smundak · 6 years ago
  53. 525d8de Merge "Handle `test_per_src` test variations as dependencies of APEX modules." by Roland Levillain · 5 years ago
  54. 0934737 Merge "Create an extra variation in `test_per_src` mutator collecting all outputs." by Roland Levillain · 5 years ago
  55. 9b5fde9 Handle `test_per_src` test variations as dependencies of APEX modules. by Roland Levillain · 6 years ago
  56. f2fad97 Create an extra variation in `test_per_src` mutator collecting all outputs. by Roland Levillain · 6 years ago
  57. a37832a Add header_libs to cc_object by Paul Duffin · 6 years ago
  58. 82fe59b Refactor libprofile-extras to be added as a whole static library by Pirama Arumuga Nainar · 6 years ago
  59. 3005780 Merge "Generate ABI dumps for libraries without source" by Hsin-Yi Chen · 6 years ago
  60. f6a9546 Generate ABI dumps for libraries without source by Hsin-Yi Chen · 6 years ago
  61. 0b90833 Optimize sanitizerRuntimeDepsMutator by Colin Cross · 6 years ago
  62. 72ea641 Merge changes Ia17b2bcb,Ic71892c3,Id2b23b9e,I435ee7aa,I85112506, ... by Colin Cross · 6 years ago
  63. 6937844 Separate exported includes out of flags by Inseob Kim · 6 years ago
  64. 5903762 Add GenerateAndroidBuildActions to DefaultsModuleBase by Colin Cross · 6 years ago
  65. 0ea8ba8 Consolidate baseContext, BaseContext, and BaseModuleContext by Colin Cross · 6 years ago
  66. 41955e8 Support tagged module references by Colin Cross · 6 years ago
  67. bfeade6 Fix fuzzer builds [#2]. by Mitch Phillips · 6 years ago
  68. 75fcf98 Merge "exports LOCAL_SOONG_VNDK_VERSION for VNDK libs" by Treehugger Robot · 6 years ago
  69. 7636b36 Merge "Apply native_bridge suffix to all cc_modules" by Dimitry Ivanov · 6 years ago
  70. 4320449 Apply native_bridge suffix to all cc_modules by dimitry · 6 years ago
  71. 3800291 soong: fix wrong link type for VNDKs by Jooyung Han · 6 years ago
  72. 76106d9 exports LOCAL_SOONG_VNDK_VERSION for VNDK libs by Jooyung Han · 6 years ago
  73. 3478bb2 Teach soong not to duplicate the HWASAN runtime into each APEX. by Peter Collingbourne · 6 years ago
  74. 1f086e2 Generate VNDK snapshot with Soong except configs by Inseob Kim · 6 years ago
  75. 9516ee9 Attach global variables to Context by Inseob Kim · 6 years ago
  76. 1f33e40 Add native_bridge target to Android.bp by dimitry · 6 years ago
  77. 41eabe6 Support opt-in ABI checks by Logan Chien · 6 years ago
  78. 4e0aa23 Convert yacc to a single RuleBuilder rule by Dan Willemsen · 6 years ago
  79. fe17f6f Add support for protoc plugins by Colin Cross · 6 years ago
  80. 19878da Move proto compilation to RuleBuilder by Colin Cross · 6 years ago
  81. 65c95ff Include libprofile-extras to all coverage variants by Pirama Arumuga Nainar · 6 years ago
  82. c249c71 Soong: Add synopsis to several modules under cc package. by Patrice Arruda · 6 years ago
  83. efd249e Add support for no-vendor-variant VNDK by Vic Yang · 6 years ago
  84. f119435 Create symlink for bionic files by Jiyong Park · 6 years ago
  85. a70f067 Add checks for double_loadable dependencies by Jooyung Han · 6 years ago
  86. 3f49f4d Build System: Collect native dependent information from cc.go. by bralee · 6 years ago
  87. 5d1598f Fix: sysprop module can't be used with whole_static_libs by Jiyong Park · 6 years ago
  88. 1acd447 Extend coverage mutator to allow variants with coverage on and off by Pirama Arumuga Nainar · 6 years ago
  89. c0907f1 Create sysprop_library soong module by Inseob Kim · 6 years ago
  90. e4bb986 Static variant of a stubs lib is correctly tracked by Jiyong Park · 6 years ago
  91. 155d17c Return early after NDK->non-NDK library link error by Dan Willemsen · 6 years ago
  92. b7c24df APEX respects relative_install_path by Jiyong Park · 6 years ago
  93. 5f692ec Remove empty DepsMutator methods by Colin Cross · 6 years ago
  94. af6d895 Add unstrippedOutputFilePath to the linker interface by Jiyong Park · 6 years ago
  95. a4b9dd0 "bootstrap: true" modules are using bootstrap Bionic by Jiyong Park · 6 years ago
  96. 3b1746a Fix: deps to sanitizer runtime libs are with correct 'image' variant by Jiyong Park · 6 years ago
  97. 719b446 Reland "Symbols for libs in APEXes are available" by Jiyong Park · 6 years ago
  98. 3d67359 Add support for symlink_preferred_arch in apex by Alex Light · 6 years ago
  99. 7e636d0 stubs lib can export headers lib by Jiyong Park · 6 years ago
  100. 58e364a Add __ANDROID_APEX__ by Jiyong Park · 6 years ago