1. 312ccb9 Skip installing the VNDK prebuilt if arch does not match by Justin Yun · 8 years ago
  2. f351174 Support VNDK extensions by Logan Chien · 8 years ago
  3. 74c3f5c Include VNDK snapshot modules only if the arch matches by Justin Yun · 8 years ago
  4. 6ea0f81 Remove unnecessary DeviceUsesClang. by Stephen Hines · 8 years ago
  5. 2db7692 Add [soc|device|product]_specific by Jiyong Park · 8 years ago
  6. 202fe49 Add basic NDK STL link type check. by Dan Albert · 8 years ago
  7. 09e94ab When compiling with the lite protobuf option, pass the option to aprotoc to force the lite runtime. by Joe Onorato · 8 years ago
  8. a46a4d5 Fix: duplicated definition of llndk_headers module by Jiyong Park · 8 years ago
  9. 5beccee Split logtags implementations for cc and java by Colin Cross · 8 years ago
  10. 7154928 Install VNDK snapshot libraries for system build by Justin Yun · 8 years ago
  11. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 8 years ago
  12. f5b6e8f Have Soong cc static linker dep order account for shared deps too by Jeff Gaston · 8 years ago
  13. f18e110 Fix using aidl files from filegroups by Colin Cross · 8 years ago
  14. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 8 years ago
  15. 87dd963 Remove no_default_compiler_flags property by Colin Cross · 8 years ago
  16. b743e9c Revert "Revert "Build system changes for CFI (Soong)"" by Vishwath Mohan · 8 years ago
  17. 33c252c Revert "Build system changes for CFI (Soong)" by Orion Hodson · 8 years ago
  18. d4b484b Build system changes for CFI (Soong) by Vishwath Mohan · 8 years ago
  19. 2a45412 LLNDK can re-export headers by Jiyong Park · 8 years ago
  20. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 8 years ago
  21. b671544 Move first/last unique elements utility functions to android package by Colin Cross · 8 years ago
  22. 294356f Automatically reorder C/C++ link dependencies in Soong by Jeff Gaston · 8 years ago
  23. af3cc2d Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  24. 6a43f04 Squash vendor sources before linkageMutator runs by Jiyong Park · 8 years ago
  25. 82e2bf3 vendor_available:false hides a lib from vendors by Jiyong Park · 8 years ago
  26. 49b53d5 Explicitly link the profile runtime during PGO by Pirama Arumuga Nainar · 8 years ago
  27. 7b6118b Revert "Some clarifications in preparation to automatically order linker dependencies" by Jeff Gaston · 8 years ago
  28. 2370af0 Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  29. ada83ec Add PGO support to soong by Pirama Arumuga Nainar · 8 years ago
  30. c77a0b3 Extract the linker and embed it into host bionic binaries by Dan Willemsen · 8 years ago
  31. efb1dd9 Add prefix_symbols support to cc_object by Dan Willemsen · 8 years ago
  32. 3e5bdf2 Add cc_genrule by Dan Willemsen · 8 years ago
  33. d6ba0d5 Use dependency tags for genrules by Dan Willemsen · 8 years ago
  34. a4fce19 Dump abi for vendor variants of VNDK libraries. by Jayant Chowdhary · 8 years ago
  35. d4e641b <Hermetic> Replace Soong Python bootstrap process with embedded launcher. by Nan Zhang · 8 years ago
  36. fe92c96 Remove more duplicated flags and dependencies by Dan Willemsen · 8 years ago
  37. af6eb71 Allow apis from exported shared library headers as well, while dumping abi. by Jayant Chowdhary · 8 years ago
  38. f5415d7 Expose the minimum supported SDK version to make. by Dan Albert · 8 years ago
  39. ba090d1 Add LTO support to soong by Stephen Crane · 8 years ago
  40. d5b18a5 List of VNDK-related libs are exported to make by Jiyong Park · 8 years ago
  41. 27b188b .vendor suffix is added only for libs having core/vendor variants by Jiyong Park · 8 years ago
  42. 4b2382f Allow 'vndk' tag in cc_defaults by Justin Yun · 8 years ago
  43. 1f44a3a Don't pass same argument twice for defaults modules initialization by Colin Cross · 8 years ago
  44. 8effde4 Install VNDK libs in /system instead of /vendor by Justin Yun · 8 years ago
  45. 4c35af0 fix: a vendor variant of a lib doesn't re-export llndk headers by Jiyong Park · 8 years ago
  46. 3624285 Refactor factories by Colin Cross · 8 years ago
  47. 9677e8c Black-list for clang LibTooling Cflags. by Jayant Chowdhary · 8 years ago
  48. 715cac3 Optimizations to abi checking. by Jayant Chowdhary · 8 years ago
  49. dd84e05 Dedup exported flags from dependencies by Colin Cross · 8 years ago
  50. 6e8115a Work-around for crt objects with sdk: current by Jayant Chowdhary · 8 years ago
  51. 2a252be Support .rs and .fs files in cc_* module srcs lists by Colin Cross · 8 years ago
  52. bbc9f4d Export proto deps from reused libraries too by Colin Cross · 8 years ago
  53. 10d2231 Check reused source files in hasSrcExt by Colin Cross · 8 years ago
  54. e90bfd1 Make generated_sources act like generated_headers by Colin Cross · 8 years ago
  55. 3e231fd Add header-abi-checker for Vndk abi checks. by Jayant Chowdhary · 8 years ago
  56. 4416e5d Split /system and /vendor modules, allow multi-installation by Dan Willemsen · 8 years ago
  57. 01a9059 Remove explicit suffixes from (ll)ndk_library by Dan Willemsen · 8 years ago
  58. aa118f9 Implement vendor as a synonym of proprietary by Dan Willemsen · 8 years ago
  59. b916b80 Add LLNDK support for the VNDK by Dan Willemsen · 8 years ago
  60. 1dd8839 Refactor sanitized library on-disk layout - Soong. by Vishwath Mohan · 8 years ago
  61. c319948 Fix include order by Colin Cross · 8 years ago
  62. 11b2614 Rework vndk detection by Dan Willemsen · 8 years ago
  63. 7cbf5f8 Fix variant errors when compiling with the NDK by Dan Willemsen · 8 years ago
  64. 6156098 Revert "install *.so in different paths for their types" by Dan Willemsen · 8 years ago
  65. 83d9f71 Allow custom ar flags to be set. by Vishwath Mohan · 8 years ago
  66. 4c48f72 install *.so in different paths for their types by Jiyong Park · 9 years ago
  67. 581341d Native Coverage support in Soong (gcov) by Dan Willemsen · 8 years ago
  68. d61f1f4 Add support for CMakefile generation by Fabien Sanglard · 9 years ago
  69. 068e0fe Support filegroups by Colin Cross · 9 years ago
  70. 32ec36c Only export exported header libs by Colin Cross · 9 years ago
  71. 37047f1 Pass DepsContext to dependency methods by Colin Cross · 9 years ago
  72. 5950f38 Support explicit header-only libraries by Colin Cross · 9 years ago
  73. a8f5e9a Allow disabled dependencies when SOONG_ALLOW_MISSING_DEPENDENCIES is set by Colin Cross · 9 years ago
  74. e1240db Support aidl cpp generation by Dan Willemsen · 9 years ago
  75. 91e9004 Support .asm files for assembly by Colin Cross · 9 years ago
  76. 18c0c5a Support grouping static libraries by Colin Cross · 9 years ago
  77. bba9904 Split cc_prebuilt_shared_library into static variants by Colin Cross · 9 years ago
  78. d2ede87 Add basic VNDK support in Soong by Dan Willemsen · 9 years ago
  79. 5ed99c6 genrule: let Android.bp file specify exported header dirs by Colin Cross · 9 years ago
  80. 90f7a4d Allow `first_version: "current"` in ndk_library. by Dan Albert · 9 years ago
  81. a03cf6d Add clang-tidy support by Dan Willemsen · 9 years ago
  82. 5cb580f Start using "struct Objects" to store object Paths by Dan Willemsen · 9 years ago
  83. 0c461f1 Add support for .proto files by Colin Cross · 9 years ago
  84. ce75d2c Initial prebuilt support by Colin Cross · 9 years ago
  85. fc75458 Add a Name property by Colin Cross · 9 years ago
  86. 1e676be Control mutator order by Colin Cross · 9 years ago
  87. 798bfce Move registration into android package by Colin Cross · 9 years ago
  88. 26c34ed Add support for toc optimization in soong by Colin Cross · 9 years ago
  89. 847dcc7 Handle dependencies with export_generated_headers by Dan Willemsen · 9 years ago
  90. b3454ab Add export_generated_headers by Dan Willemsen · 9 years ago
  91. 4aa75ca Expose HostToolPath on the cc module to fix genrule.tool by Dan Willemsen · 9 years ago
  92. b0f2895 Support mixed ASAN and non-ASAN host builds by Colin Cross · 9 years ago
  93. b4ce0ec Remove cc.Customizer by Colin Cross · 9 years ago
  94. 7424d61 Add InstallerProperties to cc_defaults by Dan Willemsen · 9 years ago
  95. 9461040 Fix installation path for asan libraries by Colin Cross · 9 years ago
  96. e1d764e Export DefaultsFactory by Colin Cross · 9 years ago
  97. 998306e Support required property by Chris Wolfe · 9 years ago
  98. e8a67a7 Make BottomUpMutators parallel by Colin Cross · 9 years ago
  99. 7fa7b2e Don't generate intermediate NDK libraries. by Dan Albert · 9 years ago
  100. b916a38 Refactor cc modules to use decorators instead of inheritance by Colin Cross · 9 years ago