1. e25bc9b Merge "Switch to clang-3688880." by Stephen Hines · 9 years ago
  2. d19f58a Switch to clang-3688880. by Stephen Hines · 9 years ago
  3. 7a108bc Allow clang builds to disable -pie by Colin Cross · 9 years ago
  4. 5951d3e Merge "Fixed androidmk crash when parsing external/aac/Android.mk" by Treehugger Robot · 9 years ago
  5. 62ea583 Fixed androidmk crash when parsing external/aac/Android.mk by Nan Zhang · 9 years ago
  6. dc2597d Don't force libraries upon static executables. by Dan Albert · 9 years ago
  7. 29c69e8 Merge "Add libc++ and libc++_static aliases for SDK builds." by Treehugger Robot · 9 years ago
  8. 7f205c8 Merge "Revert "Switch to clang-3625443."" by Brian Carlstrom · 9 years ago
  9. 73431cb Revert "Switch to clang-3625443." by Stephen Hines · 9 years ago
  10. 49110a5 Merge "Switch to clang-3625443." by Treehugger Robot · 9 years ago
  11. 87f9f03 Add libc++ and libc++_static aliases for SDK builds. by David Benjamin · 9 years ago
  12. 774cb81 Disable global coverage when a module disables asan. by Evgenii Stepanov · 9 years ago
  13. 1d7513d Switch to clang-3625443. by Stephen Hines · 9 years ago
  14. 7ebf9fa Force Thumb for CFI targets. by Evgenii Stepanov · 9 years ago
  15. 97673c0 Merge "Hide CFI behind a global flag." by Vishwath Mohan · 9 years ago
  16. 1b017a7 Hide CFI behind a global flag. by Vishwath Mohan · 9 years ago
  17. 0fe7253 Export cc_test as Make class NATIVE_TESTS by Dan Willemsen · 9 years ago
  18. 1a01e83 Document examples of conditionals in go by Colin Cross · 9 years ago
  19. 708c424 Allow genrules to reference generated sources by Colin Cross · 9 years ago
  20. 8cc7143 Add Android.bp variables to the soong build parser by Jack He · 9 years ago
  21. 9b165dd Add test/vts-testcase/* to root.bp by Tri Vo · 9 years ago
  22. 59bed87 Merge "Allow `unversioned_until: "current"`." by Treehugger Robot · 9 years ago
  23. 022e7a3 Allow `unversioned_until: "current"`. by Dan Albert · 9 years ago
  24. 8465094 Merge "Add development/*/Android.bp." by Treehugger Robot · 9 years ago
  25. 86b87ed Add development/*/Android.bp. by Logan Chien · 9 years ago
  26. 98dbb3b Add unversioned_until to ndk_library. by Dan Albert · 9 years ago
  27. ae452cc Support versioned=%d at the section level. by Dan Albert · 9 years ago
  28. 3340d60 Allow disabling the named test directory for cc_test by Dan Willemsen · 9 years ago
  29. b527d5d Revert "Revert "root.bp: Add vendor/*/*"" by Steven Moreland · 9 years ago
  30. cf767e7 Merge "root.bp: Use system/*" by Treehugger Robot · 9 years ago
  31. 5c8b8c6 Merge "Do not duplicate arch properties when cpu variant == arch variant" by Treehugger Robot · 9 years ago
  32. f6a4682 root.bp: Use system/* by Dan Willemsen · 9 years ago
  33. 6e2557f Merge "Add ArtUseReadBarrier to ProductVariables." by Hiroshi Yamauchi · 9 years ago
  34. 0801633 Do not duplicate arch properties when cpu variant == arch variant by Colin Cross · 9 years ago
  35. e2a1063 Add ArtUseReadBarrier to ProductVariables. by Hiroshi Yamauchi · 9 years ago
  36. c7ebf44 Merge "Revert "root.bp: Add vendor/*/*"" by Colin Cross · 9 years ago
  37. b3aaaea Revert "root.bp: Add vendor/*/*" by Colin Cross · 9 years ago
  38. 3b6dc6b Merge "root.bp: Add vendor/*/*" by Treehugger Robot · 9 years ago
  39. 068e0fe Support filegroups by Colin Cross · 9 years ago
  40. 11234b0 root.bp: Add vendor/*/* by Steven Moreland · 9 years ago
  41. 35e3972 Remove frameworks/base/include from the global include path by Colin Cross · 9 years ago
  42. 32ec36c Only export exported header libs by Colin Cross · 9 years ago
  43. 1bd40ba Merge "Export LLVM_RELEASE_VERSION" by Treehugger Robot · 9 years ago
  44. 41e6002 Merge "Move frameworks/native/opengl/include from -isystem to -I" by Treehugger Robot · 9 years ago
  45. 1009119 Export LLVM_RELEASE_VERSION by Dan Willemsen · 9 years ago
  46. 14e8dd7 Move frameworks/native/opengl/include from -isystem to -I by Colin Cross · 9 years ago
  47. 37047f1 Pass DepsContext to dependency methods by Colin Cross · 9 years ago
  48. 5950f38 Support explicit header-only libraries by Colin Cross · 9 years ago
  49. ab3b732 Remove boolean arguments from NewLibrary() by Colin Cross · 9 years ago
  50. 3b72295 Merge "Allow disabled dependencies when SOONG_ALLOW_MISSING_DEPENDENCIES is set" by Treehugger Robot · 9 years ago
  51. a8f5e9a Allow disabled dependencies when SOONG_ALLOW_MISSING_DEPENDENCIES is set by Colin Cross · 9 years ago
  52. 14ed26d Add test/vts into soong build target. by Zhuoyao Zhang · 9 years ago
  53. bb2e2b7 Support arm_on_x86 properties by Colin Cross · 9 years ago
  54. 1d03711 Add frameworks/compile/* to root Android.bp by Colin Cross · 9 years ago
  55. 6bc59ef Support eng product variable by Colin Cross · 9 years ago
  56. be360ae Permit allow_undefined_symbols inside arch blocks by Colin Cross · 9 years ago
  57. 989c66e Use toolchain to get binary extension for symlinks by Colin Cross · 9 years ago
  58. 9b09f24 Install symlinks with same suffix and extension as installed file by Colin Cross · 9 years ago
  59. 8cc1cb6 Merge "Always check tidy properties" am: 394cf47ac4 by Colin Cross · 9 years ago
  60. 394cf47 Merge "Always check tidy properties" by Treehugger Robot · 9 years ago
  61. 5eb6315 Merge "Fix mac build" am: b278a58325 by Colin Cross · 9 years ago
  62. b278a58 Merge "Fix mac build" by Treehugger Robot · 9 years ago
  63. 8c65020 Merge changes from topic 'proprietary-soong' am: 503f8b0262 by Dan Willemsen · 9 years ago
  64. 96a3ccc Support system/vendor for devices without a vendor partition am: 4353bc4422 by Dan Willemsen · 9 years ago
  65. dbd80c2 Import/Export LOCAL_PROPRIETARY_MODULE am: 7ed1ae3fa4 by Dan Willemsen · 9 years ago
  66. 503f8b0 Merge changes from topic 'proprietary-soong' by Treehugger Robot · 9 years ago
  67. 7a7cf97 Fix mac build by Colin Cross · 9 years ago
  68. 615cc4d Support aidl cpp generation am: e1240db6ab by Dan Willemsen · 9 years ago
  69. 4353bc4 Support system/vendor for devices without a vendor partition by Dan Willemsen · 9 years ago
  70. 7ed1ae3 Import/Export LOCAL_PROPRIETARY_MODULE by Dan Willemsen · 9 years ago
  71. 379d2cb Always check tidy properties by Colin Cross · 9 years ago
  72. e1240db Support aidl cpp generation by Dan Willemsen · 9 years ago
  73. 909d6c4 Support .asm files for assembly am: 91e9004086 by Colin Cross · 9 years ago
  74. 91e9004 Support .asm files for assembly by Colin Cross · 9 years ago
  75. db09631 Support grouping static libraries am: 18c0c5afbd by Colin Cross · 9 years ago
  76. 18c0c5a Support grouping static libraries by Colin Cross · 9 years ago
  77. 11e687a Merge "Support .mm files" am: 2d8e3b9bfe by Colin Cross · 9 years ago
  78. 2d8e3b9 Merge "Support .mm files" by Treehugger Robot · 9 years ago
  79. 9978ffe Support .mm files by Colin Cross · 9 years ago
  80. 399c4fa Merge "Replace core-junit with legacy-test" am: 241b1c8b06 by Paul Duffin · 9 years ago
  81. 241b1c8 Merge "Replace core-junit with legacy-test" by Paul Duffin · 9 years ago
  82. f2b43b8 Fall back to prebuilts if source modules are disabled am: a2f296f054 by Colin Cross · 9 years ago
  83. a2f296f Fall back to prebuilts if source modules are disabled by Colin Cross · 9 years ago
  84. 2b67e3b Replace core-junit with legacy-test by Paul Duffin · 9 years ago
  85. 8c093e5 Provide config helpers for environment variables am: 99d7c23006 by Colin Cross · 9 years ago
  86. 2e67596 Split cc_prebuilt_shared_library into static variants am: bba99041db by Colin Cross · 9 years ago
  87. 830e915 Disable installing unused prebuilts am: 0f3c72fa17 by Colin Cross · 9 years ago
  88. 9b834e5 Don't generate Android.mk data if the module is disabled am: cc4f3e3f94 by Colin Cross · 9 years ago
  89. 99d7c23 Provide config helpers for environment variables by Colin Cross · 9 years ago
  90. bba9904 Split cc_prebuilt_shared_library into static variants by Colin Cross · 9 years ago
  91. 0f3c72f Disable installing unused prebuilts by Colin Cross · 9 years ago
  92. cc4f3e3 Don't generate Android.mk data if the module is disabled by Colin Cross · 9 years ago
  93. c415039 Add basic VNDK support in Soong am: d2ede879b5 by Dan Willemsen · 9 years ago
  94. d2ede87 Add basic VNDK support in Soong by Dan Willemsen · 9 years ago
  95. 1164030 Merge changes I3454370a,I18dd900d am: 112fd2b9b1 by Colin Cross · 9 years ago
  96. 88d3652 Move global cppflags to the beginning of cppflags am: b668826a85 by Colin Cross · 9 years ago
  97. c847ac3 genrule: let Android.bp file specify exported header dirs am: 5ed99c6472 by Colin Cross · 9 years ago
  98. 112fd2b Merge changes I3454370a,I18dd900d by Treehugger Robot · 9 years ago
  99. 541a8a6 Merge "genrule: support deps files" am: 10f96b1d77 by Colin Cross · 9 years ago
  100. 10f96b1 Merge "genrule: support deps files" by Colin Cross · 9 years ago