1. eefe9a3 Add export_*_lib_headers to static and shared properties by Colin Cross · 7 years ago
  2. 64a44f2 Make sure that ASAN runtime lib is the first DT_NEEDED one by Jiyong Park · 7 years ago
  3. c1e7f48 Stubs libs are built with version script by Jiyong Park · 7 years ago
  4. 67883b3 Fix: stubs lib is installed in APEX by Jiyong Park · 7 years ago
  5. 5b73f31 Add dependency for sysprop by Sundong Ahn · 7 years ago
  6. 3fd0baf When a stub is built for APEX, it is generated with --apex by Jiyong Park · 7 years ago
  7. 6437995 Remove -include <file> when compiling stubs. by Jiyong Park · 7 years ago
  8. 0fefdea Stubs libs are available for host by Jiyong Park · 7 years ago
  9. 127d565 Don't install stubs by Jiyong Park · 7 years ago
  10. 090d9df Disable cfi and stl for stubs libraries by Jiyong Park · 7 years ago
  11. 0345ad8 Make filegroups work for library.Shared/Static.Srcs by dimitry · 7 years ago
  12. 25fc6a9 Stubs variant is used when building for APEX by Jiyong Park · 7 years ago
  13. 3a26eef Apply system_shared_libs to static libraries by Dan Willemsen · 7 years ago
  14. 569edc5 Add dist support to Soong by Dan Willemsen · 7 years ago
  15. d95964a Enable overrides and add stem library properties by dimitry · 7 years ago
  16. da732bd Set __<libname>_API__ macro when building against stubs by Jiyong Park · 7 years ago
  17. 7ed9de3 Add support for versioned stubs. by Jiyong Park · 7 years ago
  18. 21f2690 Add support for sysprop description files to c++ by Inseob Kim · 7 years ago
  19. 8536d6b Remove GCC checks by Dan Willemsen · 7 years ago
  20. e40b4ea Export cc module types and mutators needed for JNI testing by Colin Cross · 7 years ago
  21. b60190a Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 7 years ago
  22. b496cfd Enable toc support for Darwin and Windows by Colin Cross · 7 years ago
  23. cb9342e Revert "Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules" by Colin Cross · 7 years ago
  24. e2874cd Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 7 years ago
  25. 22f3795 Remove relocation packer by Colin Cross · 7 years ago
  26. f4b79c6 Check ABI stability of all NDK libs by Logan Chien · 7 years ago
  27. 61f3212 Dedup version-script handling code. by Dan Albert · 7 years ago
  28. 7eefdc4 Support text ABI dump file format by Logan Chien · 7 years ago
  29. 5237bed Remove vndkVsNdk() by Logan Chien · 7 years ago
  30. 83c415f Remove isSourceDump from PathForVndkRefAbiDump() by Logan Chien · 7 years ago
  31. 2f2b890 Cleanup createVndkSourceAbiDump() by Logan Chien · 7 years ago
  32. 30485c9 Use llvm-{objcopy,strip} when clang lld is used. by Chih-Hung Hsieh · 7 years ago
  33. f9332f1 Support recovery and recovery_available by Jiyong Park · 8 years ago
  34. d2343a3 Fix data race when ALLOW_MISSING_DEPENDENCIES=true by Colin Cross · 7 years ago
  35. ea4b7b9 Fix incomplete LTO bug workaround. by Dan Albert · 7 years ago
  36. 38b40df Use proptools.BoolDefault by Colin Cross · 7 years ago
  37. b170365 Use Soong modules for the NDK's extra STL libraries by Ryan Prichard · 7 years ago
  38. 1218a19 Fix data race on cfiExportsMap by Colin Cross · 7 years ago
  39. a8f5158 Use PlatformVndkVersion to find ABI dump by default by Logan Chien · 7 years ago
  40. 86803cf add a library to report build numbers without causing rebuilds by Colin Cross · 7 years ago
  41. ab9f426 Add proto.canonical_path_from_root by Dan Willemsen · 7 years ago
  42. 2383f3b Support filegroups for version_script and related properties by Colin Cross · 7 years ago
  43. f231b19 Add only compiler-flag dependencies as implicit by Pirama Arumuga Nainar · 8 years ago
  44. f351174 Support VNDK extensions by Logan Chien · 8 years ago
  45. 7d1eecf Fix static_ndk_lib for sanitized libraries. by Dan Albert · 8 years ago
  46. e449950 Use -advice-only for libraries which do not export headers. by Jayant Chowdhary · 8 years ago
  47. df344d5 Remove the use of version scripts with header-abi-linker. by Jayant Chowdhary · 8 years ago
  48. b21df8f Add target.vendor.override_export_include_dirs. by Steven Moreland · 8 years ago
  49. c9460bb Remove support for gnustl. by Dan Albert · 8 years ago
  50. 70ba5a3 Add compile-time pathDeps as implicit dependencies by Pirama Arumuga Nainar · 8 years ago
  51. 281f22b Don't install host or VNDK libs to the NDK. by Dan Albert · 8 years ago
  52. 8fe1212 Install current VNDK libs to the versioned directories. by Justin Yun · 8 years ago
  53. 0875c52 Wrap PackageContext and SingletonContext by Colin Cross · 8 years ago
  54. f18e110 Fix using aidl files from filegroups by Colin Cross · 8 years ago
  55. ad59e75 Add cc_library tests by Colin Cross · 8 years ago
  56. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 8 years ago
  57. f9e6216 Export cc library factories. by Steven Moreland · 8 years ago
  58. b743e9c Revert "Revert "Build system changes for CFI (Soong)"" by Vishwath Mohan · 8 years ago
  59. 33c252c Revert "Build system changes for CFI (Soong)" by Orion Hodson · 8 years ago
  60. d4b484b Build system changes for CFI (Soong) by Vishwath Mohan · 8 years ago
  61. f563d25 Add support for packaging static libs in the NDK. by Dan Albert · 8 years ago
  62. 52d25bd Add two more vendor-specific properties by Jiyong Park · 8 years ago
  63. af3cc2d Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  64. 5d19560 Explicitly document that export_include_dirs implies local_include_dirs by Colin Cross · 8 years ago
  65. 7b6118b Revert "Some clarifications in preparation to automatically order linker dependencies" by Jeff Gaston · 8 years ago
  66. 2370af0 Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  67. ada83ec Add PGO support to soong by Pirama Arumuga Nainar · 8 years ago
  68. a4fce19 Dump abi for vendor variants of VNDK libraries. by Jayant Chowdhary · 8 years ago
  69. 38f794e Refactor proto in preparation for java proto support by Colin Cross · 8 years ago
  70. af6eb71 Allow apis from exported shared library headers as well, while dumping abi. by Jayant Chowdhary · 8 years ago
  71. ab0fd5f List of VNDK-related libs are exported to make by Jiyong Park · 8 years ago
  72. 2a96640 Allow vndk library dependecies to dump abi again. by Jayant Chowdhary · 8 years ago
  73. 8effde4 Install VNDK libs in /system instead of /vendor by Justin Yun · 8 years ago
  74. 3624285 Refactor factories by Colin Cross · 8 years ago
  75. 6ab3d84 Add header-abi-linker dependency on so file. by Jayant Chowdhary · 8 years ago
  76. 715cac3 Optimizations to abi checking. by Jayant Chowdhary · 8 years ago
  77. 6e8115a Work-around for crt objects with sdk: current by Jayant Chowdhary · 8 years ago
  78. bbc9f4d Export proto deps from reused libraries too by Colin Cross · 8 years ago
  79. 10d2231 Check reused source files in hasSrcExt by Colin Cross · 8 years ago
  80. dad8c95 Pass -I to yasm by Colin Cross · 8 years ago
  81. 3e231fd Add header-abi-checker for Vndk abi checks. by Jayant Chowdhary · 8 years ago
  82. c43ae77 Don't install header libraries by Colin Cross · 8 years ago
  83. 4416e5d Split /system and /vendor modules, allow multi-installation by Dan Willemsen · 8 years ago
  84. d8f8d07 Disable .toc generation for windows by Colin Cross · 8 years ago
  85. 3edeee1 Add ctx.Windows() by Colin Cross · 8 years ago
  86. 1dd8839 Refactor sanitized library on-disk layout - Soong. by Vishwath Mohan · 8 years ago
  87. 6156098 Revert "install *.so in different paths for their types" by Dan Willemsen · 8 years ago
  88. 01a405a Add LinuxBionic toolchain and switch by Dan Willemsen · 9 years ago
  89. 4c48f72 install *.so in different paths for their types by Jiyong Park · 9 years ago
  90. a48ab5b Build a static library for header-only libraries by Colin Cross · 8 years ago
  91. 581341d Native Coverage support in Soong (gcov) by Dan Willemsen · 8 years ago
  92. 37047f1 Pass DepsContext to dependency methods by Colin Cross · 9 years ago
  93. 5950f38 Support explicit header-only libraries by Colin Cross · 9 years ago
  94. ab3b732 Remove boolean arguments from NewLibrary() by Colin Cross · 9 years ago
  95. e1240db Support aidl cpp generation by Dan Willemsen · 9 years ago
  96. d2ede87 Add basic VNDK support in Soong by Dan Willemsen · 9 years ago
  97. 2e47b34 Add Toolchain.Bionic() by Dan Willemsen · 9 years ago
  98. ebedf67 Support `sdk_version: "current"` for the NDK. by Dan Albert · 9 years ago
  99. 273af7f Add export_include_dirs to the local include path by Dan Willemsen · 9 years ago
  100. e1a3ce3 Add yacc generated headers to the include path by Dan Willemsen · 9 years ago