1. fe92c96 Remove more duplicated flags and dependencies by Dan Willemsen · 7 years ago
  2. af6eb71 Allow apis from exported shared library headers as well, while dumping abi. by Jayant Chowdhary · 7 years ago
  3. f5415d7 Expose the minimum supported SDK version to make. by Dan Albert · 7 years ago
  4. ba090d1 Add LTO support to soong by Stephen Crane · 8 years ago
  5. d5b18a5 List of VNDK-related libs are exported to make by Jiyong Park · 7 years ago
  6. 27b188b .vendor suffix is added only for libs having core/vendor variants by Jiyong Park · 7 years ago
  7. 4b2382f Allow 'vndk' tag in cc_defaults by Justin Yun · 7 years ago
  8. 1f44a3a Don't pass same argument twice for defaults modules initialization by Colin Cross · 7 years ago
  9. 8effde4 Install VNDK libs in /system instead of /vendor by Justin Yun · 8 years ago
  10. 4c35af0 fix: a vendor variant of a lib doesn't re-export llndk headers by Jiyong Park · 7 years ago
  11. 3624285 Refactor factories by Colin Cross · 8 years ago
  12. 9677e8c Black-list for clang LibTooling Cflags. by Jayant Chowdhary · 8 years ago
  13. 715cac3 Optimizations to abi checking. by Jayant Chowdhary · 8 years ago
  14. dd84e05 Dedup exported flags from dependencies by Colin Cross · 8 years ago
  15. 6e8115a Work-around for crt objects with sdk: current by Jayant Chowdhary · 8 years ago
  16. 2a252be Support .rs and .fs files in cc_* module srcs lists by Colin Cross · 8 years ago
  17. bbc9f4d Export proto deps from reused libraries too by Colin Cross · 8 years ago
  18. 10d2231 Check reused source files in hasSrcExt by Colin Cross · 8 years ago
  19. e90bfd1 Make generated_sources act like generated_headers by Colin Cross · 8 years ago
  20. 3e231fd Add header-abi-checker for Vndk abi checks. by Jayant Chowdhary · 8 years ago
  21. 4416e5d Split /system and /vendor modules, allow multi-installation by Dan Willemsen · 8 years ago
  22. 01a9059 Remove explicit suffixes from (ll)ndk_library by Dan Willemsen · 8 years ago
  23. aa118f9 Implement vendor as a synonym of proprietary by Dan Willemsen · 8 years ago
  24. b916b80 Add LLNDK support for the VNDK by Dan Willemsen · 8 years ago
  25. 1dd8839 Refactor sanitized library on-disk layout - Soong. by Vishwath Mohan · 8 years ago
  26. c319948 Fix include order by Colin Cross · 8 years ago
  27. 11b2614 Rework vndk detection by Dan Willemsen · 8 years ago
  28. 7cbf5f8 Fix variant errors when compiling with the NDK by Dan Willemsen · 8 years ago
  29. 6156098 Revert "install *.so in different paths for their types" by Dan Willemsen · 8 years ago
  30. 83d9f71 Allow custom ar flags to be set. by Vishwath Mohan · 8 years ago
  31. 4c48f72 install *.so in different paths for their types by Jiyong Park · 8 years ago
  32. 581341d Native Coverage support in Soong (gcov) by Dan Willemsen · 8 years ago
  33. d61f1f4 Add support for CMakefile generation by Fabien Sanglard · 8 years ago
  34. 068e0fe Support filegroups by Colin Cross · 8 years ago
  35. 32ec36c Only export exported header libs by Colin Cross · 8 years ago
  36. 37047f1 Pass DepsContext to dependency methods by Colin Cross · 8 years ago
  37. 5950f38 Support explicit header-only libraries by Colin Cross · 8 years ago
  38. a8f5e9a Allow disabled dependencies when SOONG_ALLOW_MISSING_DEPENDENCIES is set by Colin Cross · 8 years ago
  39. e1240db Support aidl cpp generation by Dan Willemsen · 8 years ago
  40. 91e9004 Support .asm files for assembly by Colin Cross · 8 years ago
  41. 18c0c5a Support grouping static libraries by Colin Cross · 8 years ago
  42. bba9904 Split cc_prebuilt_shared_library into static variants by Colin Cross · 8 years ago
  43. d2ede87 Add basic VNDK support in Soong by Dan Willemsen · 8 years ago
  44. 5ed99c6 genrule: let Android.bp file specify exported header dirs by Colin Cross · 8 years ago
  45. 90f7a4d Allow `first_version: "current"` in ndk_library. by Dan Albert · 8 years ago
  46. a03cf6d Add clang-tidy support by Dan Willemsen · 8 years ago
  47. 5cb580f Start using "struct Objects" to store object Paths by Dan Willemsen · 8 years ago
  48. 0c461f1 Add support for .proto files by Colin Cross · 8 years ago
  49. ce75d2c Initial prebuilt support by Colin Cross · 8 years ago
  50. fc75458 Add a Name property by Colin Cross · 9 years ago
  51. 1e676be Control mutator order by Colin Cross · 8 years ago
  52. 798bfce Move registration into android package by Colin Cross · 8 years ago
  53. 26c34ed Add support for toc optimization in soong by Colin Cross · 8 years ago
  54. 847dcc7 Handle dependencies with export_generated_headers by Dan Willemsen · 8 years ago
  55. b3454ab Add export_generated_headers by Dan Willemsen · 8 years ago
  56. 4aa75ca Expose HostToolPath on the cc module to fix genrule.tool by Dan Willemsen · 8 years ago
  57. b0f2895 Support mixed ASAN and non-ASAN host builds by Colin Cross · 8 years ago
  58. b4ce0ec Remove cc.Customizer by Colin Cross · 8 years ago
  59. 7424d61 Add InstallerProperties to cc_defaults by Dan Willemsen · 8 years ago
  60. 9461040 Fix installation path for asan libraries by Colin Cross · 8 years ago
  61. e1d764e Export DefaultsFactory by Colin Cross · 8 years ago
  62. 998306e Support required property by Chris Wolfe · 8 years ago
  63. e8a67a7 Make BottomUpMutators parallel by Colin Cross · 8 years ago
  64. 7fa7b2e Don't generate intermediate NDK libraries. by Dan Albert · 8 years ago
  65. b916a38 Refactor cc modules to use decorators instead of inheritance by Colin Cross · 8 years ago
  66. 01344df Remove unused flags.Nocrt by Colin Cross · 8 years ago
  67. 7e9d295 Auto-fill ndkMigratedLibs. by Dan Albert · 8 years ago
  68. 9e10cd4 Check NDK API level link compatibility. by Dan Albert · 8 years ago
  69. 42742b8 Rename compiler, linker and installer methods to be unique by Colin Cross · 8 years ago
  70. b98c8b0 Move toolchain and global variables into separate package by Colin Cross · 8 years ago
  71. 4d9c2d1 Separate cc.go by Colin Cross · 8 years ago
  72. 914449f Generate NDK sysroots from the platform build. by Dan Albert · 9 years ago
  73. 76fada0 Finish cc.Customizer by Colin Cross · 8 years ago
  74. 5dab840 Fix static+shared with generated sources by Colin Cross · 8 years ago
  75. 627d83d Limit unique_host_soname to just host modules by Dan Willemsen · 8 years ago
  76. 648c8ae Support unique_host_soname to add -host for shared libs by Dan Willemsen · 8 years ago
  77. f59b69c Refactor bionic includes into a single place by Colin Cross · 8 years ago
  78. a17442b Switch to prebuilt clang-3016494 by Pirama Arumuga Nainar · 9 years ago
  79. 1034786 Revert "Revert "Switch libcompiler_rt-extras to LateStaticLibs."" by Stephen Hines · 8 years ago
  80. 15e4554 Revert "Switch libcompiler_rt-extras to LateStaticLibs." by Stephen Hines · 8 years ago
  81. bb7473d Switch libcompiler_rt-extras to LateStaticLibs. by Stephen Hines · 8 years ago
  82. 3854a60 Add symlink installation support by Colin Cross · 9 years ago
  83. a89d2e1 Move no_crt property to apply to libraries and binaries by Colin Cross · 9 years ago
  84. 15a0d46 Fix duplicate library dependencies by Colin Cross · 8 years ago
  85. aa3bf37 Fix rpath for host benchmarks by Colin Cross · 8 years ago
  86. f87b261 Put shared library ldflags first by Colin Cross · 8 years ago
  87. e6c7f18 Fix LOCAL_EXPORT_C_INCLUDE_DIRS processing by Dan Willemsen · 8 years ago
  88. 75ab808 Make static_executable an arch_variant by Dan Willemsen · 8 years ago
  89. c7a38dc Add support for test libraries by Colin Cross · 8 years ago
  90. 624b8ed Fix install path of benchmarks by Colin Cross · 8 years ago
  91. b5bc4b4 Add system shared library dependencies to Android.mk by Colin Cross · 8 years ago
  92. 2683274 Update cc_benchmark to use libgoogle-benchmark by Colin Cross · 8 years ago
  93. 3f32f03 Support no configured device architectures by Dan Willemsen · 8 years ago
  94. 76f0827 Apply export_include_dirs to assembly files by Dan Willemsen · 8 years ago
  95. 72d3993 Stop exporting NDK prebuilt modules to Make by Dan Willemsen · 8 years ago
  96. 97704ed Support linking against NDK prebuilt libraries by Dan Willemsen · 8 years ago
  97. 6886183 Remove cc.ModuleContext.module() by Colin Cross · 8 years ago
  98. 3c316bc Fix SDK link type check by Dan Willemsen · 8 years ago
  99. fed4d19 Allow static/shared modules to be disabled per-arch by Dan Willemsen · 8 years ago
  100. a96ff64 Check NDK linking, expose SDK_VERSION to Make by Dan Willemsen · 9 years ago