1. e1bb5d0 Hide static from cc_library_shared and vice versa by Colin Cross · 5 years ago
  2. 402be41 Revert "Remove old-style support for translated second architectures" by Colin Cross · 5 years ago
  3. fe6330c Remove old-style support for translated second architectures by Colin Cross · 5 years ago
  4. 931849f Merge "Treat libclang_rt.hwasan-* the same way as the other Bionic bootstrap libs." by Martin Stjernholm · 5 years ago
  5. 279de57 Treat libclang_rt.hwasan-* the same way as the other Bionic bootstrap libs. by Martin Stjernholm · 5 years ago
  6. 0fd6a41 Add suffix and target.vendor.suffix to shared libraries by Colin Cross · 5 years ago
  7. d7227f9 Support boringssl hash injection on binaries and make it transitive by Colin Cross · 5 years ago
  8. a034b83 Automatically enable abi checker for the stub libs by Jiyong Park · 5 years ago
  9. 4288274 Implement sysprop_library API stability check by Inseob Kim · 5 years ago
  10. 792942d Merge changes I75b4a761,I779f28c6,If1422372,I26307dd1 by Treehugger Robot · 5 years ago
  11. 803e161 Introduce inject_bssl_hash library property. by Pete Bentley · 5 years ago
  12. eef3366 Merge "Add tags to the list of lsdump paths" by Hsin-Yi Chen · 5 years ago
  13. dcea882 Merge "Build native coverage variant of APEXes when needed" by Treehugger Robot · 5 years ago
  14. ee9a98d Build native coverage variant of APEXes when needed by Jiyong Park · 5 years ago
  15. ae55303 Include headers and props to VNDK snapshot by Inseob Kim · 6 years ago
  16. 5348964 Add tags to the list of lsdump paths by Hsin-Yi Chen · 5 years ago
  17. af17d74 Skip ABI checks for APEX variants of opt-in libraries by Hsin-Yi Chen · 5 years ago
  18. 6cd1be8 Add sort_bss_symbols_by_size property for shared libs by Vic Yang · 6 years ago
  19. 5213e2b Correct tags on StaticSharedLibraryProperties.Cflags by Paul Duffin · 5 years ago
  20. e6fc507 Do not install LLNDK libs moved APEX on /system by Przemyslaw Szczepaniak · 5 years ago
  21. acbf6c7 Use ctx.Target().NativeBridge to detect if the arch is translated or not by Jiyong Park · 5 years ago
  22. 0ce291e [trivial] Remove dead code by Inseob Kim · 5 years ago
  23. 3005780 Merge "Generate ABI dumps for libraries without source" by Hsin-Yi Chen · 6 years ago
  24. f6a9546 Generate ABI dumps for libraries without source by Hsin-Yi Chen · 6 years ago
  25. b185679 Merge "sysprop_library: Rename system scope to public" by Treehugger Robot · 6 years ago
  26. 7268fd4 Merge "Package coverage files as a zip." by Treehugger Robot · 6 years ago
  27. c743414 Package coverage files as a zip. by Oliver Nguyen · 6 years ago
  28. 5cefbd2 sysprop_library: Rename system scope to public by Inseob Kim · 6 years ago
  29. b879fb6 Merge "Separate exported includes out of flags" by Treehugger Robot · 6 years ago
  30. 6937844 Separate exported includes out of flags by Inseob Kim · 6 years ago
  31. 75a50a2 Revert "Revert "Revert "Revert "Enable lld for windows"""" by Josh Gao · 6 years ago
  32. b20200b Revert "Revert "Revert "Enable lld for windows""" by Josh Gao · 6 years ago
  33. f979d73 Omit .gnu_debuglink sections in object files by Ryan Prichard · 6 years ago
  34. 49a25cb Restore the test for bionic being in an APEX. by Peter Collingbourne · 6 years ago
  35. 90b6561 Merge "Teach soong not to duplicate the HWASAN runtime into each APEX." by Peter Collingbourne · 6 years ago
  36. 3478bb2 Teach soong not to duplicate the HWASAN runtime into each APEX. by Peter Collingbourne · 6 years ago
  37. 33b2fb7 Support using cc_prebuilt_library_shared with cc_library by Colin Cross · 6 years ago
  38. 9516ee9 Attach global variables to Context by Inseob Kim · 6 years ago
  39. 41eabe6 Support opt-in ABI checks by Logan Chien · 6 years ago
  40. 6d8c0a5 Revert "Revert "Enable lld for windows"" by Pirama Arumuga Nainar · 6 years ago
  41. 62f1f94 Add --llndk for NDK libs as well by Logan Chien · 6 years ago
  42. 61166dc Revert "Enable lld for windows" by Josh Gao · 6 years ago
  43. 19878da Move proto compilation to RuleBuilder by Colin Cross · 6 years ago
  44. 65c95ff Include libprofile-extras to all coverage variants by Pirama Arumuga Nainar · 6 years ago
  45. 83c89e0 Soong: Add synopsis to cc_library_* modules by Patrice Arruda · 6 years ago
  46. efd249e Add support for no-vendor-variant VNDK by Vic Yang · 6 years ago
  47. 3c21c0b Enable lld for windows by Pirama Arumuga Nainar · 6 years ago
  48. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  49. c3e2c86 Install symlink to the runtime APEX only for device by Jiyong Park · 6 years ago
  50. f119435 Create symlink for bionic files by Jiyong Park · 6 years ago
  51. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  52. b3f22ca Add blueprint:mutated to sysprop properties by Inseob Kim · 6 years ago
  53. 6227fed Print --llndk to create_reference_dumps command by Logan Chien · 6 years ago
  54. c0907f1 Create sysprop_library soong module by Inseob Kim · 6 years ago
  55. e4bb986 Static variant of a stubs lib is correctly tracked by Jiyong Park · 6 years ago
  56. 571cccf Prepare for a type-safe OnceKey by Colin Cross · 6 years ago
  57. b5c34d7 Use llvm-{strip,objcopy} by default by Yi Kong · 6 years ago
  58. af6d895 Add unstrippedOutputFilePath to the linker interface by Jiyong Park · 6 years ago
  59. 51271c1 exclude_shared_libs should exlude headers in {static|shared}.export_*_lib_headers by Victor Chang · 6 years ago
  60. 429660f bootstrap bionic are moved to ./bootstrap subdir by Jiyong Park · 6 years ago
  61. e3d7a0d Add a header_abi_checker section by Logan Chien · 6 years ago
  62. eefe9a3 Add export_*_lib_headers to static and shared properties by Colin Cross · 6 years ago
  63. 64a44f2 Make sure that ASAN runtime lib is the first DT_NEEDED one by Jiyong Park · 6 years ago
  64. c1e7f48 Stubs libs are built with version script by Jiyong Park · 6 years ago
  65. 67883b3 Fix: stubs lib is installed in APEX by Jiyong Park · 6 years ago
  66. 5b73f31 Add dependency for sysprop by Sundong Ahn · 6 years ago
  67. 3fd0baf When a stub is built for APEX, it is generated with --apex by Jiyong Park · 6 years ago
  68. 6437995 Remove -include <file> when compiling stubs. by Jiyong Park · 6 years ago
  69. 0fefdea Stubs libs are available for host by Jiyong Park · 6 years ago
  70. 127d565 Don't install stubs by Jiyong Park · 6 years ago
  71. 090d9df Disable cfi and stl for stubs libraries by Jiyong Park · 6 years ago
  72. 0345ad8 Make filegroups work for library.Shared/Static.Srcs by dimitry · 6 years ago
  73. 25fc6a9 Stubs variant is used when building for APEX by Jiyong Park · 6 years ago
  74. 3a26eef Apply system_shared_libs to static libraries by Dan Willemsen · 6 years ago
  75. 569edc5 Add dist support to Soong by Dan Willemsen · 6 years ago
  76. d95964a Enable overrides and add stem library properties by dimitry · 6 years ago
  77. da732bd Set __<libname>_API__ macro when building against stubs by Jiyong Park · 6 years ago
  78. 7ed9de3 Add support for versioned stubs. by Jiyong Park · 6 years ago
  79. 21f2690 Add support for sysprop description files to c++ by Inseob Kim · 6 years ago
  80. 8536d6b Remove GCC checks by Dan Willemsen · 6 years ago
  81. e40b4ea Export cc module types and mutators needed for JNI testing by Colin Cross · 6 years ago
  82. b60190a Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 6 years ago
  83. b496cfd Enable toc support for Darwin and Windows by Colin Cross · 6 years ago
  84. cb9342e Revert "Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules" by Colin Cross · 6 years ago
  85. e2874cd Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 6 years ago
  86. 22f3795 Remove relocation packer by Colin Cross · 6 years ago
  87. f4b79c6 Check ABI stability of all NDK libs by Logan Chien · 6 years ago
  88. 61f3212 Dedup version-script handling code. by Dan Albert · 6 years ago
  89. 7eefdc4 Support text ABI dump file format by Logan Chien · 6 years ago
  90. 5237bed Remove vndkVsNdk() by Logan Chien · 6 years ago
  91. 83c415f Remove isSourceDump from PathForVndkRefAbiDump() by Logan Chien · 6 years ago
  92. 2f2b890 Cleanup createVndkSourceAbiDump() by Logan Chien · 6 years ago
  93. 30485c9 Use llvm-{objcopy,strip} when clang lld is used. by Chih-Hung Hsieh · 7 years ago
  94. f9332f1 Support recovery and recovery_available by Jiyong Park · 7 years ago
  95. d2343a3 Fix data race when ALLOW_MISSING_DEPENDENCIES=true by Colin Cross · 7 years ago
  96. ea4b7b9 Fix incomplete LTO bug workaround. by Dan Albert · 7 years ago
  97. 38b40df Use proptools.BoolDefault by Colin Cross · 7 years ago
  98. b170365 Use Soong modules for the NDK's extra STL libraries by Ryan Prichard · 7 years ago
  99. 1218a19 Fix data race on cfiExportsMap by Colin Cross · 7 years ago
  100. a8f5158 Use PlatformVndkVersion to find ABI dump by default by Logan Chien · 7 years ago