1. 16e91a0 Fix: static dependency across an APEX is lost by Jiyong Park · 6 years ago
  2. da6eb59 Add use_vendor to APEX module by Jiyong Park · 6 years ago
  3. 0fefdea Stubs libs are available for host by Jiyong Park · 6 years ago
  4. 0ddfcd1 Don't create unnecessary APEX variations by Jiyong Park · 6 years ago
  5. de866cb Stubs dependency is not installed by Jiyong Park · 6 years ago
  6. 25fc6a9 Stubs variant is used when building for APEX by Jiyong Park · 6 years ago
  7. 9357f4a VNDK lib must not have `product_specific: true` by Justin Yun · 6 years ago
  8. bd72126 Disable AArch64 XOM when not using lld. by Ivan Lozano · 6 years ago
  9. 742989e Update error message for double loadable libraries. by Steven Moreland · 6 years ago
  10. 074ec48 Add support for AArch64 XOM binaries. by Ivan Lozano · 6 years ago
  11. 8c7e6e2 Add an "scs" flag for enabling shadow call stack on targets. by Peter Collingbourne · 6 years ago
  12. 60e62f0 Add nanopb-c support by Dan Willemsen · 6 years ago
  13. 16c7d3d Revert "Revert "Revert "Revert "Export static libraries."""" by Jaewoong Jung · 6 years ago
  14. c17727d Shard arch property structs by Colin Cross · 6 years ago
  15. 555c114 Revert "Revert "Revert "Export static libraries.""" by Jaewoong Jung · 6 years ago
  16. eb05c2a Revert "Revert "Export static libraries."" by Jaewoong Jung · 6 years ago
  17. abde584 Stop passing the gold plugin path to llvm-ar. by Peter Collingbourne · 6 years ago
  18. 3affc07 Revert "Export static libraries." by Jaewoong Jung · 6 years ago
  19. 9d5ca15 Export static libraries. by Jaewoong Jung · 6 years ago
  20. 3e6b1fb Revert "Export static libraries." by Jaewoong Jung · 6 years ago
  21. 5d19e1d Export static libraries. by Jaewoong Jung · 6 years ago
  22. 7ed9de3 Add support for versioned stubs. by Jiyong Park · 6 years ago
  23. a0790e3 Rework how linux_bionic is built with LLD by Dan Willemsen · 6 years ago
  24. 9d45299 Add ApexModule interface for APEX-aware modules by Jiyong Park · 6 years ago
  25. 8536d6b Remove GCC checks by Dan Willemsen · 6 years ago
  26. e40b4ea Export cc module types and mutators needed for JNI testing by Colin Cross · 6 years ago
  27. a9d8bee Make prefer32 a lambda by Colin Cross · 6 years ago
  28. c20eee3 Add OutputFile to cc.Module by Jiyong Park · 6 years ago
  29. b60190a Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 6 years ago
  30. cb9342e Revert "Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules" by Colin Cross · 6 years ago
  31. e2874cd Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules by Colin Cross · 6 years ago
  32. f640dbc Remove GCC support from Make by Dan Willemsen · 6 years ago
  33. f4b79c6 Check ABI stability of all NDK libs by Logan Chien · 6 years ago
  34. 6db4a6a Skip DepsMutator on disabled modules by Colin Cross · 6 years ago
  35. 42d48b7 Enforce dependencies have right architecture by Colin Cross · 6 years ago
  36. 5baac54 link type of recovery variant of a vendor module should not be native:vendor by Jiyong Park · 6 years ago
  37. d97a6e9 Add "hwaddress" sanitizer. by Evgenii Stepanov · 6 years ago
  38. 742a545 Remove `clang: false` support by Dan Willemsen · 6 years ago
  39. 59339a2 Fix `go vet` issues by Dan Willemsen · 6 years ago
  40. 2f2b890 Cleanup createVndkSourceAbiDump() by Logan Chien · 7 years ago
  41. 8d52f86 Fix: recovery module is disabled on 32-bit targets by Jiyong Park · 7 years ago
  42. 6b75360 Use WalkDeps instead of VisitDepsDepthFirst by Colin Cross · 7 years ago
  43. 413cc74 Recovery partition uses the first architecture only by Jiyong Park · 7 years ago
  44. ef1ff3d Fix VNDK-Ext ABI check regression by Logan Chien · 7 years ago
  45. 2d24c1b Remove references to SourceDepTag in module types by Colin Cross · 7 years ago
  46. 8681471 Handle pack_relocations in linker.cc by Chih-Hung Hsieh · 7 years ago
  47. 3f736c9 Add recovery_available to cc_genrule by Jiyong Park · 7 years ago
  48. f9332f1 Support recovery and recovery_available by Jiyong Park · 7 years ago
  49. f923f2b Remove the unused `tags` property by Dan Willemsen · 7 years ago
  50. b7e08ca Allow abi diffs sanitized variants of vndk libraries on production devices. by Jayant Chowdhary · 7 years ago
  51. 43d34c3 Introduce runtime_libs to cc_binary and cc_library by Logan Chien · 7 years ago
  52. 0b882f0 Revert "Support coverage instrumentation for Linux host" by Pirama Arumuga Nainar · 7 years ago
  53. 358056c Support coverage instrumentation for Linux host by Pirama Arumuga Nainar · 7 years ago
  54. 5fb8c10 Add double_loadable property and checks for it by Jiyong Park · 7 years ago
  55. b391fea Setting SKIP_ABI_CHECKS=true will make soong skip native abi checks. by Jayant Chowdhary · 7 years ago
  56. da2171a Remove early-return statements of link-type check by Inseob Kim · 7 years ago
  57. 34b2283 Fix misleading error messages by Inseob Kim · 7 years ago
  58. 01a2872 Check compatibility between STLs correctly by Inseob Kim · 7 years ago
  59. 38b40df Use proptools.BoolDefault by Colin Cross · 7 years ago
  60. a9255a8 Support integer_overflow static lib diagnostics. by Ivan Lozano · 7 years ago
  61. 374510b Allow platform modules to link to vendor public libraries by Jiyong Park · 7 years ago
  62. b170365 Use Soong modules for the NDK's extra STL libraries by Ryan Prichard · 7 years ago
  63. fa920fa Fix omission of llndk libraries during abi dump creation. by Jayant Chowdhary · 7 years ago
  64. 0520611 Remove an extraneous space character. by Ryan Prichard · 7 years ago
  65. 732aa6a Set __ANDROID_API__ for vendor modules to vndk version. by Justin Yun · 7 years ago
  66. 6424d17 Allow proto properties in cc/java_defaults by Dan Willemsen · 7 years ago
  67. 30c5db2 Add minimal-runtime support for integer overflows. by Ivan Lozano · 7 years ago
  68. 22963cd No abi diffing for vndk libraries which are not vendor available. by Jayant Chowdhary · 7 years ago
  69. ea0a2e1 Disable abi diffs for sanitized variants of modules. by Jayant Chowdhary · 7 years ago
  70. ab9f426 Add proto.canonical_path_from_root by Dan Willemsen · 7 years ago
  71. 9da9d49 Only depend on a single file for generated headers by Dan Willemsen · 7 years ago
  72. 7e53c57 Disable inlining and loop unrolling in LTO without PGO profile by Yi Kong · 7 years ago
  73. 51be632 Fix llvm-ar error caused by using lto and sanitizer together by Zhizhou Yang · 7 years ago
  74. 312ccb9 Skip installing the VNDK prebuilt if arch does not match by Justin Yun · 7 years ago
  75. f351174 Support VNDK extensions by Logan Chien · 7 years ago
  76. 74c3f5c Include VNDK snapshot modules only if the arch matches by Justin Yun · 7 years ago
  77. 6ea0f81 Remove unnecessary DeviceUsesClang. by Stephen Hines · 7 years ago
  78. 2db7692 Add [soc|device|product]_specific by Jiyong Park · 7 years ago
  79. 202fe49 Add basic NDK STL link type check. by Dan Albert · 7 years ago
  80. 09e94ab When compiling with the lite protobuf option, pass the option to aprotoc to force the lite runtime. by Joe Onorato · 7 years ago
  81. a46a4d5 Fix: duplicated definition of llndk_headers module by Jiyong Park · 7 years ago
  82. 5beccee Split logtags implementations for cc and java by Colin Cross · 7 years ago
  83. 7154928 Install VNDK snapshot libraries for system build by Justin Yun · 7 years ago
  84. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 7 years ago
  85. f5b6e8f Have Soong cc static linker dep order account for shared deps too by Jeff Gaston · 7 years ago
  86. f18e110 Fix using aidl files from filegroups by Colin Cross · 7 years ago
  87. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 7 years ago
  88. 87dd963 Remove no_default_compiler_flags property by Colin Cross · 7 years ago
  89. b743e9c Revert "Revert "Build system changes for CFI (Soong)"" by Vishwath Mohan · 7 years ago
  90. 33c252c Revert "Build system changes for CFI (Soong)" by Orion Hodson · 7 years ago
  91. d4b484b Build system changes for CFI (Soong) by Vishwath Mohan · 7 years ago
  92. 2a45412 LLNDK can re-export headers by Jiyong Park · 7 years ago
  93. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 7 years ago
  94. b671544 Move first/last unique elements utility functions to android package by Colin Cross · 7 years ago
  95. 294356f Automatically reorder C/C++ link dependencies in Soong by Jeff Gaston · 7 years ago
  96. af3cc2d Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 7 years ago
  97. 6a43f04 Squash vendor sources before linkageMutator runs by Jiyong Park · 7 years ago
  98. 82e2bf3 vendor_available:false hides a lib from vendors by Jiyong Park · 7 years ago
  99. 49b53d5 Explicitly link the profile runtime during PGO by Pirama Arumuga Nainar · 7 years ago
  100. 7b6118b Revert "Some clarifications in preparation to automatically order linker dependencies" by Jeff Gaston · 7 years ago