1. 461d844 Remove transform-d-to-p by Dan Willemsen · 9 years ago
  2. c57894c Improve dotdot workaround when src begins with '/' by Dan Willemsen · 9 years ago
  3. a82fa12 Don't pass -Wl,--no-undefined to host targets by Colin Cross · 9 years ago
  4. e56e356 Use default -std values exported from soong by Colin Cross · 9 years ago
  5. 20f301f Define coverage paths using comma-separated list. by Ryan Campbell · 9 years ago
  6. 4a3be3d Fix bug preventing multi-module native coverage. by Ryan Campbell · 9 years ago
  7. bab0488 Add -Werror to compile warning free projects. by Chih-Hung Hsieh · 9 years ago
  8. d2ff157 Enable toc optimization for host builds by Colin Cross · 9 years ago
  9. b011810 Optimize rebuilds by reducing $(shell) usage by Dan Willemsen · 9 years ago
  10. ba6a164 Add LOCAL_EXPORT_C_INCLUDE_DEPS by Dan Willemsen · 9 years ago
  11. e68100e Remove WITH_SYNTAX_CHECK by Dan Willemsen · 9 years ago
  12. 665cda0 Merge "Fix link_type checking" by Dan Willemsen · 9 years ago
  13. 121e284 Fix link_type checking by Dan Willemsen · 9 years ago
  14. c28e4bc Use libcompiler-rt_extras with NDK builds. by Dan Albert · 9 years ago
  15. 2936a1e Always link libdl with libc++ for the NDK. by Dan Albert · 9 years ago
  16. 1e1ecd5 Merge "Implement path-based enabling of code coverage." by Ryan Campbell · 9 years ago
  17. c9aa6fc Fix building static linux binaries by Dan Willemsen · 9 years ago
  18. 81c9d29 Implement path-based enabling of code coverage. by Ryan Campbell · 9 years ago
  19. 7db70a3 Fix libgcov.a dependency by Dan Willemsen · 9 years ago
  20. 0a33f65 Define DEFAULT_TIDY_HEADER_DIRS. by Chih-Hung Hsieh · 9 years ago
  21. fc92fb2 Identify modules ready to be converted to Soong by Dan Willemsen · 9 years ago
  22. 34c8c0a Merge "Remove spaces in tidy check list." am: e7bca12466 by Chih-Hung Hsieh · 9 years ago
  23. ba64625 Remove spaces in tidy check list. by Chih-Hung Hsieh · 9 years ago
  24. ae49ab2 Merge "Add support for NDK r13." am: 287093a98c by Dan Albert · 9 years ago
  25. 0960770 Add support for NDK r13. by Dan Albert · 9 years ago
  26. aede8d4 Merge "Define __ANDROID_API__ when building for the NDK." am: 30fe7576d0 by Dan Albert · 9 years ago
  27. 30fe757 Merge "Define __ANDROID_API__ when building for the NDK." by Treehugger Robot · 9 years ago
  28. 754790d Define __ANDROID_API__ when building for the NDK. by Dan Albert · 9 years ago
  29. db4c597 Merge "More NDK generated libs support." am: bd9fb4ba01 by Dan Albert · 9 years ago
  30. f329021 Merge "Make it an error when LOCAL_CLANG is false." am: 9204b776bb by Chih-Hung Hsieh · 9 years ago
  31. bd9fb4b Merge "More NDK generated libs support." by Treehugger Robot · 9 years ago
  32. 2ee4c1a Make it an error when LOCAL_CLANG is false. by Chih-Hung Hsieh · 9 years ago
  33. c1ca190 More NDK generated libs support. by Dan Albert · 9 years ago
  34. f43279a Merge "Issue warning on projects with LOCAL_CLANG set to false." am: e71cdfbdee by Chih-Hung Hsieh · 9 years ago
  35. e71cdfb Merge "Issue warning on projects with LOCAL_CLANG set to false." by Chih-hung Hsieh · 9 years ago
  36. d9cd1fa Issue warning on projects with LOCAL_CLANG set to false. by Chih-Hung Hsieh · 9 years ago
  37. 755391d Merge "introduce AUX build class of targets" am: 556526bf95 by Alexey Polyudov · 9 years ago
  38. 74e4a83 Merge "Make linking with libcompiler_rt conditional" am: 340c0c5701 by Alexey Polyudov · 9 years ago
  39. ae817d4 Merge "Do not assume CLANG is used when custom toolchain is provided" by Alexey Polyudov · 9 years ago
  40. 1eba5a6 Merge "Add LOCAL_NO_PIC to disable position-independent code" am: ce5900a6e0 by Alexey Polyudov · 9 years ago
  41. ccdc311 introduce AUX build class of targets by Alexey Polyudov · 9 years ago
  42. ee27d81 Make linking with libcompiler_rt conditional by Alexey Polyudov · 9 years ago
  43. 7d6b3f1 Do not assume CLANG is used when custom toolchain is provided by Alexey Polyudov · 9 years ago
  44. cbb038c Add LOCAL_NO_PIC to disable position-independent code by Alexey Polyudov · 9 years ago
  45. b339993 Merge \"Don\'t depend on a phony target\" am: 90cd97fd11 by Colin Cross · 9 years ago
  46. 723b37e Don't depend on a phony target by Colin Cross · 9 years ago
  47. 01efd46 Merge changes from topic \'soong-sysroots\' am: 65de8e446c by Dan Albert · 9 years ago
  48. 02bf138 Use the just built NDK headers and libs. by Dan Albert · 9 years ago
  49. 768291a Merge \"Split -isystem headers into separate variables\" am: 921be36569 by Colin Cross · 9 years ago
  50. 23ba612 Split -isystem headers into separate variables by Colin Cross · 9 years ago
  51. 17904fa Merge \"Factor out common include directories into helper\" am: 95fa32b577 by Colin Cross · 9 years ago
  52. e25fd79 Factor out common include directories into helper by Colin Cross · 9 years ago
  53. 95d3b73 Merge \"Turn ndk link check warning into error\" am: 32ebe53d01 by Dan Willemsen · 9 years ago
  54. ac1fe5c Turn ndk link check warning into error by Dan Willemsen · 9 years ago
  55. 90f03ec Merge \"Turn unused source files from warning to error\" am: 73609480b3 by Dan Willemsen · 9 years ago
  56. 9efeb1e Turn unused source files from warning to error by Dan Willemsen · 9 years ago
  57. 5da565a Merge changes Ib6ffcc38,Ia58e6bc1 am: 3068a85962 by Dan Willemsen · 9 years ago
  58. b097fbe Check that NDK-built modules only link to NDK-built modules by Dan Willemsen · 9 years ago
  59. 494c2b5 Merge \\"Add option to link static lite protobuf library.\\" am: e6fae50455 by Yabin Cui · 9 years ago
  60. e6fae50 Merge "Add option to link static lite protobuf library." by Yabin Cui · 9 years ago
  61. 74da7c9 Merge \\"Rewrite LDLIBS and SHARED_LIBRARIES\\" am: a8d13592ac am: d8210177af by Dan Willemsen · 9 years ago
  62. 6731b49 Rewrite LDLIBS and SHARED_LIBRARIES by Dan Willemsen · 9 years ago
  63. 72a1156 Add option to link static lite protobuf library. by Yabin Cui · 9 years ago
  64. 32b36a8 Merge "Add NATIVE_TESTS class, move host native tests" am: e72fc63901 by Dan Willemsen · 9 years ago
  65. e72fc63 Merge "Add NATIVE_TESTS class, move host native tests" by Dan Willemsen · 9 years ago
  66. b25374c Merge "Error on external includes" am: 4b33f51043 am: d983b78a6f by Dan Willemsen · 9 years ago
  67. 4b33f51 Merge "Error on external includes" by Dan Willemsen · 9 years ago
  68. fbde37d Merge "Default to enable tidy warnings in header files." am: 6a7cf55a7d by Chih-Hung Hsieh · 9 years ago
  69. 870f087 Default to enable tidy warnings in header files. by Chih-Hung Hsieh · 9 years ago
  70. 062e30b Error on external includes by Dan Willemsen · 9 years ago
  71. 7fe992c Add NATIVE_TESTS class, move host native tests by Dan Willemsen · 9 years ago
  72. e48baff Merge "Move to a single clang unknown flags list" am: 06935290ac am: 315621eee0 by Dan Willemsen · 9 years ago
  73. 02268f0 Move to a single clang unknown flags list by Dan Willemsen · 9 years ago
  74. c7f3777 Merge "Remove (TARGET|HOST)_NO_UNDEFINED_LDFLAGS" am: ac7a7bb0ba am: 611211acd4 by Dan Willemsen · 9 years ago
  75. 8308f50 Remove (TARGET|HOST)_NO_UNDEFINED_LDFLAGS by Dan Willemsen · 9 years ago
  76. 958dc60 Merge "Remove TARGET_LIBGCC/LIBATOMIC/LIBGCOV" am: a794f4db22 am: 19fdc4428f by Dan Willemsen · 9 years ago
  77. db16dd2 Remove TARGET_LIBGCC/LIBATOMIC/LIBGCOV by Dan Willemsen · 9 years ago
  78. dbe53e4 resolve merge conflicts of e6b72b3 to nyc-dev-plus-aosp by Ying Wang · 9 years ago
  79. 05f9f35 Harden dependency on generated sources. by Ying Wang · 9 years ago
  80. cf20458 Merge "Add tidy.mk to set up global default checks." am: 214c7fa am: 6014381 by Chih-hung Hsieh · 9 years ago
  81. 46a2596 resolve merge conflicts of 72b82dc to nyc-dev-plus-aosp by Keun Soo Yim · 9 years ago
  82. 3d48475 build rule change for VTS (vendor test suite)'s metadata files by Keun Soo Yim · 9 years ago
  83. 460171a Add tidy.mk to set up global default checks. by Chih-Hung Hsieh · 9 years ago
  84. e58300c Merge "Switch mips64 back to NDK r10." am: 9ecf544 am: f77eb12 by Dan Albert · 9 years ago
  85. f738562 Switch mips64 back to NDK r10. by Nikola Veljkovic · 9 years ago
  86. 7a8e69e Merge "Call clang-tidy based on WITH_TIDY* variables." am: 3f03b10654 by Chih-hung Hsieh · 9 years ago
  87. a9a55c7 Call clang-tidy based on WITH_TIDY* variables. by Chih-Hung Hsieh · 9 years ago
  88. bd581f6 Merge "Adding gcc-specific disable of Wattributes in preparation for libcxx rebase." am: 7984620 by Dan Austin · 9 years ago
  89. 7984620 Merge "Adding gcc-specific disable of Wattributes in preparation for libcxx rebase." by Dan Austin · 9 years ago
  90. 008b9c5 Merge "Add support for LOCAL_EXPORT_*_LIBRARY_HEADERS" am: 5f3b368 am: 02b786c by Treehugger Robot · 9 years ago
  91. 5f3b368 Merge "Add support for LOCAL_EXPORT_*_LIBRARY_HEADERS" by Treehugger Robot · 9 years ago
  92. ff1c3f2 Add support for LOCAL_EXPORT_*_LIBRARY_HEADERS by Christopher Wiley · 9 years ago
  93. bae8b3f Merge "Add Bison binary and its data to prerequisite" am: 4d69fbf am: 06af80f by Shinichiro Hamaji · 9 years ago
  94. 3a192c0 Merge "Fix dependencies of protoc with nanopb-c plugin" am: 5e2d7f3 am: ae91743 by Shinichiro Hamaji · 9 years ago
  95. 4d69fbf Merge "Add Bison binary and its data to prerequisite" by Shinichiro Hamaji · 9 years ago
  96. 5e2d7f3 Merge "Fix dependencies of protoc with nanopb-c plugin" by Shinichiro Hamaji · 9 years ago
  97. 75e7af1 Adding gcc-specific disable of Wattributes in preparation for libcxx rebase. by Dan Austin · 9 years ago
  98. a3184dc Fix dependencies of protoc with nanopb-c plugin by Shinichiro Hamaji · 9 years ago
  99. b708bc5 Add Bison binary and its data to prerequisite by Shinichiro Hamaji · 9 years ago
  100. 885c4d9 Merge "Remove mips special case." am: a6a6285 am: 7d4c8fe by Dan Albert · 9 years ago