1. b47d4e9 Rewrite link type checking by Dan Willemsen · 8 years ago
  2. c3b2556 Make PIC/PIE levels compatible for LTO. by Vishwath Mohan · 8 years ago
  3. 9d2b328 Support split /system and /vendor modules from Soong by Dan Willemsen · 8 years ago
  4. ffa3258 Add LLNDK support for the VNDK by Dan Willemsen · 8 years ago
  5. 2a8a393 Add LOCAL_EXPORT_CFLAGS for Soong by Dan Willemsen · 8 years ago
  6. 2c3289b Ensure that BOARD_VNDK_VERSION is current by Dan Willemsen · 8 years ago
  7. d1f397e Remove DBus support. by Sen Jiang · 8 years ago
  8. 5a6ea36 Use c and cpp objects for gcov. by Ryan Campbell · 8 years ago
  9. e317a2d Merge "Support path exclusion for native coverage." by Treehugger Robot · 8 years ago
  10. b55ff74 Support path exclusion for native coverage. by Ryan Campbell · 8 years ago
  11. 4d9268e Statically link libwinpthread into windows binaries. by Josh Gao · 8 years ago
  12. 8dae49c Add Header Library support to Make by Dan Willemsen · 8 years ago
  13. 76bfcd4 Add c_std and cpp_std properties. by Dan Albert · 8 years ago
  14. e1b96f3 Run $(AR) with LLVMgold.so plugin for CFI targets. by Evgenii Stepanov · 8 years ago
  15. eba4493 Move rs/scriptc to rs/script_api/include. by Jean-Luc Brouillet · 8 years ago
  16. 0be6907 Identify non-local EXPORT_C_INCLUDE_DIRS in soong_to_convert by Dan Willemsen · 8 years ago
  17. a1c3183 Remove aidl, proto, objc from soong_problems by Dan Willemsen · 8 years ago
  18. 6e51ef6 Prohibit host modules from using LOCAL_COPY_HEADERS by Dan Willemsen · 8 years ago
  19. bab0fa6 Add basic VNDK support in Make by Dan Willemsen · 8 years ago
  20. c7d2fe6 Merge "Support `LOCAL_SDK_VERSION := current` for NDK." by Treehugger Robot · 8 years ago
  21. fb84281 Use new -ninja flag to aidl-cpp by Dan Willemsen · 8 years ago
  22. 461d844 Remove transform-d-to-p by Dan Willemsen · 8 years ago
  23. 988107d Support `LOCAL_SDK_VERSION := current` for NDK. by Dan Albert · 8 years ago
  24. c57894c Improve dotdot workaround when src begins with '/' by Dan Willemsen · 8 years ago
  25. a82fa12 Don't pass -Wl,--no-undefined to host targets by Colin Cross · 8 years ago
  26. e56e356 Use default -std values exported from soong by Colin Cross · 8 years ago
  27. 20f301f Define coverage paths using comma-separated list. by Ryan Campbell · 8 years ago
  28. 4a3be3d Fix bug preventing multi-module native coverage. by Ryan Campbell · 8 years ago
  29. bab0488 Add -Werror to compile warning free projects. by Chih-Hung Hsieh · 8 years ago
  30. d2ff157 Enable toc optimization for host builds by Colin Cross · 8 years ago
  31. b011810 Optimize rebuilds by reducing $(shell) usage by Dan Willemsen · 8 years ago
  32. ba6a164 Add LOCAL_EXPORT_C_INCLUDE_DEPS by Dan Willemsen · 8 years ago
  33. e68100e Remove WITH_SYNTAX_CHECK by Dan Willemsen · 8 years ago
  34. 665cda0 Merge "Fix link_type checking" by Dan Willemsen · 8 years ago
  35. 121e284 Fix link_type checking by Dan Willemsen · 8 years ago
  36. c28e4bc Use libcompiler-rt_extras with NDK builds. by Dan Albert · 8 years ago
  37. 2936a1e Always link libdl with libc++ for the NDK. by Dan Albert · 8 years ago
  38. 1e1ecd5 Merge "Implement path-based enabling of code coverage." by Ryan Campbell · 8 years ago
  39. c9aa6fc Fix building static linux binaries by Dan Willemsen · 8 years ago
  40. 81c9d29 Implement path-based enabling of code coverage. by Ryan Campbell · 8 years ago
  41. 7db70a3 Fix libgcov.a dependency by Dan Willemsen · 8 years ago
  42. 0a33f65 Define DEFAULT_TIDY_HEADER_DIRS. by Chih-Hung Hsieh · 8 years ago
  43. fc92fb2 Identify modules ready to be converted to Soong by Dan Willemsen · 8 years ago
  44. 34c8c0a Merge "Remove spaces in tidy check list." am: e7bca12466 by Chih-Hung Hsieh · 8 years ago
  45. ba64625 Remove spaces in tidy check list. by Chih-Hung Hsieh · 8 years ago
  46. ae49ab2 Merge "Add support for NDK r13." am: 287093a98c by Dan Albert · 8 years ago
  47. 0960770 Add support for NDK r13. by Dan Albert · 8 years ago
  48. aede8d4 Merge "Define __ANDROID_API__ when building for the NDK." am: 30fe7576d0 by Dan Albert · 8 years ago
  49. 30fe757 Merge "Define __ANDROID_API__ when building for the NDK." by Treehugger Robot · 8 years ago
  50. 754790d Define __ANDROID_API__ when building for the NDK. by Dan Albert · 8 years ago
  51. db4c597 Merge "More NDK generated libs support." am: bd9fb4ba01 by Dan Albert · 8 years ago
  52. f329021 Merge "Make it an error when LOCAL_CLANG is false." am: 9204b776bb by Chih-Hung Hsieh · 8 years ago
  53. bd9fb4b Merge "More NDK generated libs support." by Treehugger Robot · 8 years ago
  54. 2ee4c1a Make it an error when LOCAL_CLANG is false. by Chih-Hung Hsieh · 8 years ago
  55. c1ca190 More NDK generated libs support. by Dan Albert · 8 years ago
  56. f43279a Merge "Issue warning on projects with LOCAL_CLANG set to false." am: e71cdfbdee by Chih-Hung Hsieh · 8 years ago
  57. e71cdfb Merge "Issue warning on projects with LOCAL_CLANG set to false." by Chih-hung Hsieh · 8 years ago
  58. d9cd1fa Issue warning on projects with LOCAL_CLANG set to false. by Chih-Hung Hsieh · 8 years ago
  59. 755391d Merge "introduce AUX build class of targets" am: 556526bf95 by Alexey Polyudov · 8 years ago
  60. 74e4a83 Merge "Make linking with libcompiler_rt conditional" am: 340c0c5701 by Alexey Polyudov · 8 years ago
  61. ae817d4 Merge "Do not assume CLANG is used when custom toolchain is provided" by Alexey Polyudov · 8 years ago
  62. 1eba5a6 Merge "Add LOCAL_NO_PIC to disable position-independent code" am: ce5900a6e0 by Alexey Polyudov · 8 years ago
  63. ccdc311 introduce AUX build class of targets by Alexey Polyudov · 8 years ago
  64. ee27d81 Make linking with libcompiler_rt conditional by Alexey Polyudov · 8 years ago
  65. 7d6b3f1 Do not assume CLANG is used when custom toolchain is provided by Alexey Polyudov · 9 years ago
  66. cbb038c Add LOCAL_NO_PIC to disable position-independent code by Alexey Polyudov · 8 years ago
  67. b339993 Merge \"Don\'t depend on a phony target\" am: 90cd97fd11 by Colin Cross · 8 years ago
  68. 723b37e Don't depend on a phony target by Colin Cross · 8 years ago
  69. 01efd46 Merge changes from topic \'soong-sysroots\' am: 65de8e446c by Dan Albert · 8 years ago
  70. 02bf138 Use the just built NDK headers and libs. by Dan Albert · 8 years ago
  71. 768291a Merge \"Split -isystem headers into separate variables\" am: 921be36569 by Colin Cross · 8 years ago
  72. 23ba612 Split -isystem headers into separate variables by Colin Cross · 8 years ago
  73. 17904fa Merge \"Factor out common include directories into helper\" am: 95fa32b577 by Colin Cross · 8 years ago
  74. e25fd79 Factor out common include directories into helper by Colin Cross · 9 years ago
  75. 95d3b73 Merge \"Turn ndk link check warning into error\" am: 32ebe53d01 by Dan Willemsen · 9 years ago
  76. ac1fe5c Turn ndk link check warning into error by Dan Willemsen · 9 years ago
  77. 90f03ec Merge \"Turn unused source files from warning to error\" am: 73609480b3 by Dan Willemsen · 9 years ago
  78. 9efeb1e Turn unused source files from warning to error by Dan Willemsen · 9 years ago
  79. 5da565a Merge changes Ib6ffcc38,Ia58e6bc1 am: 3068a85962 by Dan Willemsen · 9 years ago
  80. b097fbe Check that NDK-built modules only link to NDK-built modules by Dan Willemsen · 9 years ago
  81. 494c2b5 Merge \\"Add option to link static lite protobuf library.\\" am: e6fae50455 by Yabin Cui · 9 years ago
  82. e6fae50 Merge "Add option to link static lite protobuf library." by Yabin Cui · 9 years ago
  83. 74da7c9 Merge \\"Rewrite LDLIBS and SHARED_LIBRARIES\\" am: a8d13592ac am: d8210177af by Dan Willemsen · 9 years ago
  84. 6731b49 Rewrite LDLIBS and SHARED_LIBRARIES by Dan Willemsen · 9 years ago
  85. 72a1156 Add option to link static lite protobuf library. by Yabin Cui · 9 years ago
  86. 32b36a8 Merge "Add NATIVE_TESTS class, move host native tests" am: e72fc63901 by Dan Willemsen · 9 years ago
  87. e72fc63 Merge "Add NATIVE_TESTS class, move host native tests" by Dan Willemsen · 9 years ago
  88. b25374c Merge "Error on external includes" am: 4b33f51043 am: d983b78a6f by Dan Willemsen · 9 years ago
  89. 4b33f51 Merge "Error on external includes" by Dan Willemsen · 9 years ago
  90. fbde37d Merge "Default to enable tidy warnings in header files." am: 6a7cf55a7d by Chih-Hung Hsieh · 9 years ago
  91. 870f087 Default to enable tidy warnings in header files. by Chih-Hung Hsieh · 9 years ago
  92. 062e30b Error on external includes by Dan Willemsen · 9 years ago
  93. 7fe992c Add NATIVE_TESTS class, move host native tests by Dan Willemsen · 9 years ago
  94. e48baff Merge "Move to a single clang unknown flags list" am: 06935290ac am: 315621eee0 by Dan Willemsen · 9 years ago
  95. 02268f0 Move to a single clang unknown flags list by Dan Willemsen · 9 years ago
  96. c7f3777 Merge "Remove (TARGET|HOST)_NO_UNDEFINED_LDFLAGS" am: ac7a7bb0ba am: 611211acd4 by Dan Willemsen · 9 years ago
  97. 8308f50 Remove (TARGET|HOST)_NO_UNDEFINED_LDFLAGS by Dan Willemsen · 9 years ago
  98. 958dc60 Merge "Remove TARGET_LIBGCC/LIBATOMIC/LIBGCOV" am: a794f4db22 am: 19fdc4428f by Dan Willemsen · 9 years ago
  99. db16dd2 Remove TARGET_LIBGCC/LIBATOMIC/LIBGCOV by Dan Willemsen · 9 years ago
  100. dbe53e4 resolve merge conflicts of e6b72b3 to nyc-dev-plus-aosp by Ying Wang · 9 years ago