1. f41d24a Merge changes I52805f5d,Ifb16ed87 by Yi Kong · 6 years ago
  2. e8cb195 Add -CROSS suffix to cross host OS notice targets. by Jaewoong Jung · 6 years ago
  3. 95fd9d1 Move libgcc to libcrt.builtins by Yi Kong · 6 years ago
  4. 7a5c5d7 Update for flags passed from Soong by Dan Willemsen · 6 years ago
  5. 1d9f04f Strip spaces in my_tidy_flags. by Chih-Hung Hsieh · 6 years ago
  6. a70669e Merge "Don't set -pie for windows modules" by Colin Cross · 6 years ago
  7. feb4a7e Don't set -pie for windows modules by Colin Cross · 6 years ago
  8. 8cf6b65 Remove *_OUT_INTERMEDIATE_LIBRARIES by Dan Willemsen · 6 years ago
  9. 007f27a Merge "fix: linktype for recovery modules in ASAN build is native:platform" by Treehugger Robot · 6 years ago
  10. a52b6e9 fix: linktype for recovery modules in ASAN build is native:platform by Jiyong Park · 6 years ago
  11. 8fb525d Add soong_cc_prebuilt.mk by Colin Cross · 6 years ago
  12. 635733b Revert "Add soong_cc_prebuilt.mk" by Colin Cross · 6 years ago
  13. 1bb943b Add soong_cc_prebuilt.mk by Colin Cross · 6 years ago
  14. f063839 Remove GCC support from Make by Dan Willemsen · 6 years ago
  15. 385ba5c Merge "Filter out unknown arguments with clang-tidy.sh." by Chih-hung Hsieh · 6 years ago
  16. be5dd20 Filter out unknown arguments with clang-tidy.sh. by Chih-Hung Hsieh · 6 years ago
  17. 5dc3475 Native modules installed to recovery are marked as native:recovery by Jiyong Park · 6 years ago
  18. 36ea50d Merge "Add "hwaddress" sanitizer." by Treehugger Robot · 6 years ago
  19. 8841a7f Add "hwaddress" sanitizer. by Evgenii Stepanov · 6 years ago
  20. 10be65d Use prebuilt nanopb_generator.py. by Yu Shan · 6 years ago
  21. 579668b Track more static dependencies for notice files by Colin Cross · 6 years ago
  22. e303480 Remove LOCAL_CLANG := false support by Dan Willemsen · 6 years ago
  23. 62db0f0 Deprecate implicit make rules by Dan Willemsen · 6 years ago
  24. 0047dbe Fix CLANG_EXTERNAL_CFLAGS logic by Yi Kong · 6 years ago
  25. 42e1896 Add external projects only CFlags option by Yi Kong · 6 years ago
  26. 289e8d6 Call lld with --pack-dyn-relocs=none if my_pack_module_relocations is false by Chih-Hung Hsieh · 6 years ago
  27. e2f541b Pass 0 to llvm-rs-cc for current by Colin Cross · 6 years ago
  28. 532ae3b Support LOCAL_RENDERSCRIPT_TARGET_API := current by Colin Cross · 6 years ago
  29. 432899a Disable dtor inlining for clang-tidy by George Burgess IV · 6 years ago
  30. 4955b85 When my_use_clang_lld, link with lld for host. by Chih-Hung Hsieh · 6 years ago
  31. 32427d6 Add USE_CLANG_LLD and LOCAL_USE_CLANG_LLD by Chih-Hung Hsieh · 6 years ago
  32. c3f1356 Allow platform modules to link to vendor public libraries by Jiyong Park · 6 years ago
  33. 65c680e Set __ANDROID_API__ for vendor binaries to vndk version. by Justin Yun · 6 years ago
  34. 1d7d1eb Merge "Use the platform -std= for LOCAL_SDK_VERSION targets too." by Elliott Hughes · 6 years ago
  35. adf7ef8 Use the platform -std= for LOCAL_SDK_VERSION targets too. by Elliott Hughes · 6 years ago
  36. 7ed0db8 Remove core/clang/versions.mk and scan-build wrapper by Chih-Hung Hsieh · 6 years ago
  37. 178cf8e Remove unnecessary USE_CLANG_PLATFORM_BUILD. by Stephen Hines · 7 years ago
  38. 19fbd1c Remove support for stlport. by Dan Albert · 7 years ago
  39. 94f95cf Remove support for gnustl. by Dan Albert · 7 years ago
  40. 4297c39 Also restrict NDK linking by static/shared STL. by Dan Albert · 7 years ago
  41. 975e303 Restrict NDK link type to matching STLs. by Dan Albert · 7 years ago
  42. 4d31b9d Call clang-tidy with -fno-caret-diagnostics by default. by Chih-Hung Hsieh · 7 years ago
  43. 6663c84 Merge "Depend on the more specific ndk timestamp." by Treehugger Robot · 7 years ago
  44. 305d2ab Merge "Call clang-tidy with -quiet unless WITH_TIDY is set." by Treehugger Robot · 7 years ago
  45. 6375b6d Call clang-tidy with -quiet unless WITH_TIDY is set. by Chih-Hung Hsieh · 7 years ago
  46. 3d1d1ea Remove support for pre-r13 NDKs. by Dan Albert · 7 years ago
  47. aec47c6 Merge "Revert "Default NDK modules to libc++_shared."" by Treehugger Robot · 7 years ago
  48. 3709968 Revert "Default NDK modules to libc++_shared." by Dan Albert · 7 years ago
  49. bfc7811 When compiling with the lite protobuf option, pass the option to aprotoc to force the lite runtime. by Joe Onorato · 7 years ago
  50. 6168f5b Default NDK modules to libc++_shared. by Dan Albert · 7 years ago
  51. 248b832 Depend on the more specific ndk timestamp. by Dan Albert · 7 years ago
  52. 3277ba3 Add java modules to soong_to_convert.txt by Colin Cross · 7 years ago
  53. ab149cb No need to dump modules added -Werror. by Chih-Hung Hsieh · 7 years ago
  54. 6e4e9f3 Merge changes from topic "system-api" by Treehugger Robot · 7 years ago
  55. 5a44d1f Add LOCAL_SDK_VERSION := system_$(VER) by Sundong Ahn · 7 years ago
  56. c01ad7b Prepare for clang+mingw windows builds by Dan Willemsen · 7 years ago
  57. 061fcfc Merge "Use the .cfi variant of a static library where needed." by Treehugger Robot · 7 years ago
  58. 96a130b Use the .cfi variant of a static library where needed. by Vishwath Mohan · 7 years ago
  59. 1876acd Add default -Wall -Werror or -Wall. by Chih-Hung Hsieh · 7 years ago
  60. a435aa5 Use space-separated coverage paths. by Ryan Campbell · 7 years ago
  61. a3fb158 Prevent vendor libs from depending on private VNDK libraries by Jiyong Park · 7 years ago
  62. 5118763 Merge "Add -lm to the default libs for Linux & Darwin" by Treehugger Robot · 7 years ago
  63. a3a06fe Add -lm to the default libs for Linux & Darwin by Dan Willemsen · 7 years ago
  64. 4dbb354 Check available host libraries by Dan Willemsen · 7 years ago
  65. 0bd335f Make -ldl -lrt -lpthread implicit for host builds by Colin Cross · 7 years ago
  66. a0f2b2a Merge "cxx_stl_setup is not executed for modules from soong" am: 9b18ed094c by Jiyong Park · 7 years ago
  67. 9b18ed0 Merge "cxx_stl_setup is not executed for modules from soong" by Treehugger Robot · 7 years ago
  68. 425d489 cxx_stl_setup is not executed for modules from soong by Jiyong Park · 7 years ago
  69. 21751a0 Merge "Use the min sdk version from soong." am: 22b45d401a by Dan Albert · 7 years ago
  70. 105e4fe Use the min sdk version from soong. by Dan Albert · 7 years ago
  71. 6dc0978 Merge "Vendor modules in make also have __ANDROID_VNDK__ defined." by Yifan Hong · 7 years ago
  72. 9bd6605 Merge "Vendor modules in make also have __ANDROID_VNDK__ defined." by Treehugger Robot · 7 years ago
  73. d7aa841 Vendor modules in make also have __ANDROID_VNDK__ defined. by Yifan Hong · 7 years ago
  74. 8f793af Merge "Don't add .vendor suffix for vendor-only modules" am: 28989a9a22 by Jiyong Park · 7 years ago
  75. a9c4c71 Don't add .vendor suffix for vendor-only modules by Jiyong Park · 7 years ago
  76. 9e89245 Merge "Don't allow JNI headers for vendors" am: b253e8e854 by Jiyong Park · 7 years ago
  77. b253e8e Merge "Don't allow JNI headers for vendors" by Treehugger Robot · 7 years ago
  78. b43a52d Don't allow JNI headers for vendors by Jiyong Park · 7 years ago
  79. 240f1d5 Merge "fix: device_kernel_headers can't be found in the make world" by Jiyong Park · 7 years ago
  80. cb8e636 fix: device_kernel_headers can't be found in the make world by Jiyong Park · 7 years ago
  81. be8d642 Merge "Device-specific kernel headers are accessbile again" am: 6f594fc662 by Jiyong Park · 7 years ago
  82. 0c59dab Device-specific kernel headers are accessbile again by Jiyong Park · 7 years ago
  83. e51b222 Merge "Give TARGET_OUT_HEADERS to vendor modules" am: c86c8502ac by Jiyong Park · 7 years ago
  84. 7f8be9f Give TARGET_OUT_HEADERS to vendor modules by Jiyong Park · 7 years ago
  85. cd00be0 Merge "Add libdl.so to the list of system shared libs" am: b519d002f3 by Dimitry Ivanov · 7 years ago
  86. cdf3927 Add libdl.so to the list of system shared libs by Dimitry Ivanov · 7 years ago
  87. 37f6f81 Merge "make: add __clang_analyzer__ to clang-tidy" am: 57273013cf am: c352502062 by George Burgess IV · 7 years ago
  88. 5727301 Merge "make: add __clang_analyzer__ to clang-tidy" by Treehugger Robot · 7 years ago
  89. 5ab07d4 make: add __clang_analyzer__ to clang-tidy by George Burgess IV · 7 years ago
  90. 2e68205 Merge "Exempt UBSAN runtime library from soong_to_convert" am: 94751070e8 am: 0d694416d2 by Dan Willemsen · 7 years ago
  91. 0bf506f Exempt UBSAN runtime library from soong_to_convert by Dan Willemsen · 7 years ago
  92. 073a53d Merge "make libprotobuf-cpp-* libs VNDK" am: cd46573189 am: e56c17d779 by Jiyong Park · 7 years ago
  93. cd46573 Merge "make libprotobuf-cpp-* libs VNDK" by Treehugger Robot · 7 years ago
  94. 4e9e5d5 Merge "Rewrite link type checking" am: e4d92ef568 am: d76aaed983 am: e834d5f059 by Dan Willemsen · 7 years ago
  95. c8f57d9 make libprotobuf-cpp-* libs VNDK by Jiyong Park · 7 years ago
  96. b47d4e9 Rewrite link type checking by Dan Willemsen · 7 years ago
  97. f1760bd Merge "Make PIC/PIE levels compatible for LTO." am: 4be1d8823e am: dc8469e858 by Vishwath Mohan · 7 years ago
  98. c3b2556 Make PIC/PIE levels compatible for LTO. by Vishwath Mohan · 7 years ago
  99. bfdfb66 Merge "Support split /system and /vendor modules from Soong" am: 4e789c2e57 am: 9fc091f756 by Dan Willemsen · 7 years ago
  100. 9d2b328 Support split /system and /vendor modules from Soong by Dan Willemsen · 7 years ago