1. b7adae8 Use new flex binary by Dan Willemsen · 7 years ago
  2. 1a6e5c0 Remove cortex-a53 linker workaround for new cpus. by Christopher Ferris · 7 years ago
  3. 39d167a Temporarily remove -check-all-apis from header-abi-diff invocation. by Jayant Chowdhary · 7 years ago
  4. 5e011a2 Merge "Disable dtor inlining for clang-tidy" by Treehugger Robot · 7 years ago
  5. 59fdea2 Don't export UBSan minimal runtime symbols. by Ivan Lozano · 7 years ago
  6. f9332f1 Support recovery and recovery_available by Jiyong Park · 7 years ago
  7. f923f2b Remove the unused `tags` property by Dan Willemsen · 7 years ago
  8. ce617bb Merge "Allow abi diffs sanitized variants of vndk libraries on production devices." by Jayant Chowdhary · 7 years ago
  9. 030ccee Disable dtor inlining for clang-tidy by George Burgess IV · 7 years ago
  10. ba14a8f Add support for cortex-a55/cortex-a75. by Christopher Ferris · 7 years ago
  11. b7e08ca Allow abi diffs sanitized variants of vndk libraries on production devices. by Jayant Chowdhary · 7 years ago
  12. cfedb7b Merge "Build System: Fix rpath error if native executable under testcase folder." by Treehugger Robot · 7 years ago
  13. ea144bf Merge "Take Enable_profile_use into account when checking if PGO is enabled" by Yi Kong · 7 years ago
  14. 4339853 Add a dependency fixer for proto deps by Dan Willemsen · 7 years ago
  15. ca610d2 Take Enable_profile_use into account when checking if PGO is enabled by Yi Kong · 7 years ago
  16. b3174d1 Build System: Fix rpath error if native executable under testcase folder. by yangbill · 7 years ago
  17. 470969d Merge "Update clang to r328903" by Pirama Arumuga Nainar · 7 years ago
  18. d2343a3 Fix data race when ALLOW_MISSING_DEPENDENCIES=true by Colin Cross · 7 years ago
  19. d7feb38 Update clang to r328903 by Pirama Arumuga Nainar · 7 years ago
  20. 6bcee9a Merge "Fix incomplete LTO bug workaround." by android-build-prod (mdb) · 7 years ago
  21. ea4b7b9 Fix incomplete LTO bug workaround. by Dan Albert · 7 years ago
  22. 43d34c3 Introduce runtime_libs to cc_binary and cc_library by Logan Chien · 7 years ago
  23. e5ac609 Disable LLD for Darwin host executables. by Chih-Hung Hsieh · 7 years ago
  24. 2782ca4 Merge "Add support for generating Compdb file" by Treehugger Robot · 7 years ago
  25. ec868fc Add support for generating Compdb file by Alex Light · 7 years ago
  26. 0b882f0 Revert "Support coverage instrumentation for Linux host" by Pirama Arumuga Nainar · 7 years ago
  27. 358056c Support coverage instrumentation for Linux host by Pirama Arumuga Nainar · 7 years ago
  28. 4884a17 Merge "Add double_loadable property and checks for it" by Treehugger Robot · 7 years ago
  29. 7e1130c Merge "build/make: set LOCAL_NATIVE_BENCHMARK for Google Benchmark Test" by Treehugger Robot · 7 years ago
  30. 2b8959a Make 'use_clang_lld' property specifiable per architecture by Pirama Arumuga Nainar · 7 years ago
  31. 94853de Merge "Define clang lld flags for hosts." by Chih-hung Hsieh · 7 years ago
  32. 2183833 Merge "Friendlier message for ABI reference update" by Treehugger Robot · 7 years ago
  33. a5f11e4 Friendlier message for ABI reference update by Jiyong Park · 7 years ago
  34. 955dc49 Fix few issues with filegroups by Pirama Arumuga Nainar · 7 years ago
  35. 1f6b14e build/make: set LOCAL_NATIVE_BENCHMARK for Google Benchmark Test by Nelson Li · 7 years ago
  36. 5fb8c10 Add double_loadable property and checks for it by Jiyong Park · 7 years ago
  37. 3101a96 Define clang lld flags for hosts. by Chih-Hung Hsieh · 7 years ago
  38. 556752d Merge "Fix ABI diff reporting with dist" by Treehugger Robot · 7 years ago
  39. b391fea Setting SKIP_ABI_CHECKS=true will make soong skip native abi checks. by Jayant Chowdhary · 7 years ago
  40. edd1ae0 Fix ABI diff reporting with dist by Dan Willemsen · 7 years ago
  41. 02b4da5 Add USE_CLANG_LLD and use_clang_lld. by Chih-Hung Hsieh · 7 years ago
  42. 18f568f Merge "Remove early-return statements of link-type check" by Treehugger Robot · 7 years ago
  43. b3f16de Merge "Consistently use Bool instead of proptools.Bool" by Colin Cross · 7 years ago
  44. da2171a Remove early-return statements of link-type check by Inseob Kim · 7 years ago
  45. 34b2283 Fix misleading error messages by Inseob Kim · 7 years ago
  46. 01a2872 Check compatibility between STLs correctly by Inseob Kim · 7 years ago
  47. ff3ae9d Consistently use Bool instead of proptools.Bool by Colin Cross · 7 years ago
  48. ed12682 Merge "Use proptools.BoolDefault" by Colin Cross · 7 years ago
  49. 674dc7f Expose ProductVariables from TestConfig by Dan Willemsen · 7 years ago
  50. 3fb1fae Use Config/DeviceConfig functions to access ProductVariables by Dan Willemsen · 7 years ago
  51. 38b40df Use proptools.BoolDefault by Colin Cross · 7 years ago
  52. fb5b31c Fixing protoOutParams concatenation. by Kweku Adams · 7 years ago
  53. bc30a77 Merge "Add informational message to help with updation of VNDK abi references." by Jayant Chowdhary · 7 years ago
  54. 946e32e Add overrides to cc_binary by Yifan Hong · 7 years ago
  55. a9255a8 Support integer_overflow static lib diagnostics. by Ivan Lozano · 7 years ago
  56. d8b70a3 Add informational message to help with updation of VNDK abi references. by Jayant Chowdhary · 7 years ago
  57. d3c59a2 Allow VNDK-SP extensions to use vendor lib by Logan Chien · 7 years ago
  58. 01b715e Merge "Allow platform modules to link to vendor public libraries" by Treehugger Robot · 7 years ago
  59. f895051 Merge "Revert "Change PRODUCT_CFI_INCLUDE_PATHS to opt-out (Soong)"" by Vishwath Mohan · 7 years ago
  60. 3af8ee0 Revert "Change PRODUCT_CFI_INCLUDE_PATHS to opt-out (Soong)" by Vishwath Mohan · 7 years ago
  61. 374510b Allow platform modules to link to vendor public libraries by Jiyong Park · 7 years ago
  62. 3ab49a2 Merge "Change PRODUCT_CFI_INCLUDE_PATHS to opt-out (Soong)" by Treehugger Robot · 7 years ago
  63. b170365 Use Soong modules for the NDK's extra STL libraries by Ryan Prichard · 7 years ago
  64. 289d548 Change PRODUCT_CFI_INCLUDE_PATHS to opt-out (Soong) by Vishwath Mohan · 7 years ago
  65. 1218a19 Fix data race on cfiExportsMap by Colin Cross · 7 years ago
  66. f46e37f Fix format string issues by Colin Cross · 7 years ago
  67. e42777a Fix the flaky build breakage for droiddoc target. by Nan Zhang · 7 years ago
  68. 215cedd Merge "Fix omission of llndk libraries during abi dump creation." by Treehugger Robot · 7 years ago
  69. 055fa01 Merge "Switch to clang 7.0" by Chih-hung Hsieh · 7 years ago
  70. fa920fa Fix omission of llndk libraries during abi dump creation. by Jayant Chowdhary · 7 years ago
  71. 0520611 Remove an extraneous space character. by Ryan Prichard · 7 years ago
  72. 3ede294 Switch to clang 7.0 by Chih-Hung Hsieh · 7 years ago
  73. 732aa6a Set __ANDROID_API__ for vendor modules to vndk version. by Justin Yun · 7 years ago
  74. eab1564 Add trace flag for cpp/Java AIDL generation. by Martijn Coenen · 7 years ago
  75. a8f5158 Use PlatformVndkVersion to find ABI dump by default by Logan Chien · 7 years ago
  76. bfe65a3 Merge "Mark generated renderscript header files as implicit outputs" by Treehugger Robot · 7 years ago
  77. 80e6054 Mark generated renderscript header files as implicit outputs by Colin Cross · 7 years ago
  78. 04a0fe3 Merge "Add opt-in option to turn on ThinLTO caching" by Yi Kong · 7 years ago
  79. 1e7d1bf Use armv7a-linux-androideabi for arm device triple. by Chih-Hung Hsieh · 7 years ago
  80. 45d4f09 Merge changes I406c5bef,Ibde685d7,I1c09412d by Logan Chien · 7 years ago
  81. ee97c3e Add unit tests for android/neverallow.go by Logan Chien · 7 years ago
  82. 4203971 Extract failIfErrored() to android/testing.go by Logan Chien · 7 years ago
  83. 8aeaa71 Add opt-in option to turn on ThinLTO caching by Yi Kong · 7 years ago
  84. bc0c509 Add DistPath to reference the dist folder by Dan Willemsen · 7 years ago
  85. 54daaf0 Switch PackageContext functions to take a ctx by Dan Willemsen · 7 years ago
  86. a052599 Remove obsolete Brillo variable by Dan Willemsen · 7 years ago
  87. 9c6bc37 Merge "Use xz prebuilt" by Treehugger Robot · 7 years ago
  88. 19e62e5 Merge "Revert "Fix absolute paths in clang debug output"" by Treehugger Robot · 7 years ago
  89. 8fec83a Use xz prebuilt by Dan Willemsen · 7 years ago
  90. 8aed42c Use a versioned profile file if available by Pirama Arumuga Nainar · 7 years ago
  91. 8054f0a Revert "Fix absolute paths in clang debug output" by Dan Willemsen · 7 years ago
  92. 6424d17 Allow proto properties in cc/java_defaults by Dan Willemsen · 7 years ago
  93. 30c5db2 Add minimal-runtime support for integer overflows. by Ivan Lozano · 7 years ago
  94. d4bc556 Switch to clang-4639204. by Stephen Hines · 7 years ago
  95. 22963cd No abi diffing for vndk libraries which are not vendor available. by Jayant Chowdhary · 7 years ago
  96. f975865 Merge "Switch to clang-4630689" by Pirama Arumuga Nainar · 7 years ago
  97. 83a4958 Merge changes I6f7d40b7,I25654032 by Treehugger Robot · 7 years ago
  98. 86803cf add a library to report build numbers without causing rebuilds by Colin Cross · 7 years ago
  99. ea0a2e1 Disable abi diffs for sanitized variants of modules. by Jayant Chowdhary · 7 years ago
  100. 4a825ee Switch to clang-4630689 by Pirama Arumuga Nainar · 7 years ago