1. 6cfd07e Remove x86 specific flags from bpf target by AdityaK · 1 year, 11 months ago
  2. 3dba4d2 Disable tidy checks for generated code by JaeMan Park · 2 years ago
  3. aa39480 Split usage of UseVndk by Kiyoung Kim · 2 years ago
  4. a19d959 Avoid `-target riscv64-linux-androidVanillaIceCream`. by Elliott Hughes · 2 years, 1 month ago
  5. 41cbb5e Define __ANDROID_VENDOR_API__ by Justin Yun · 2 years, 1 month ago
  6. f96b001 Don't call android.PathForModuleSrc(ctx).String() to get ModuleDir by Colin Cross · 2 years, 2 months ago
  7. e0202c4 Allow ramdisk targets to set cflags/exclude_srcs. by Christopher Ferris · 2 years, 5 months ago
  8. 0958195 Sandbox inputs to aidl rule in cc by Vinh Tran · 2 years, 8 months ago
  9. 367d89d Use aidl_library in cc libraries by Vinh Tran · 2 years, 8 months ago
  10. f975473 Delete __ANDROID_APEX_MIN_SDK_VERSION__ from Soong by Vinh Tran · 3 years ago
  11. ef47e54 Revert^2 "deletion of clang_cflags & clang_asflags from Soong" by Alix Espino · 3 years, 4 months ago
  12. e9a6865 Revert "deletion of clang_cflags & clang_asflags from Soong" by Alix Espino · 3 years, 4 months ago
  13. 1879c68 deletion of clang_cflags & clang_asflags from Soong by Alix · 3 years, 8 months ago
  14. 3c3b416 Enable aidl#generate_traces by default for Cpp by Zim · 3 years, 4 months ago
  15. dd3ea92 Merge "Replace API level codename with number" by Vinh Tran · 3 years, 6 months ago
  16. f192474 Replace API level codename with number by Vinh Tran · 3 years, 6 months ago
  17. e4d1bda Move global asflags to config to share with Bazel by Liz Kammer · 3 years, 7 months ago
  18. cdcb680 Use -fdebug-default-version=4 for assembly files by Colin Cross · 3 years, 7 months ago
  19. a5a29de Do not hardcode default/experimental c{pp}std by Liz Kammer · 3 years, 7 months ago
  20. de93647 Rename modulesAddedWall to modulesWarningsAllowed by Yi Kong · 3 years, 8 months ago
  21. ed4a27b Only set -Wall once. by Elliott Hughes · 3 years, 8 months ago
  22. 7309742 Merge "Add an __ANDROID_RAMDISK__ preprocessor define." by David Anderson · 3 years, 11 months ago
  23. 9db8a0c Add tidy_timeout_srcs property by Chih-Hung Hsieh · 3 years, 11 months ago
  24. 2c8075c Add an __ANDROID_RAMDISK__ preprocessor define. by David Anderson · 3 years, 11 months ago
  25. 57da826 Do not add non-existing -Bprebuilts/gcc/.../bin by Chih-Hung Hsieh · 3 years, 11 months ago
  26. 7540a78 Generate tidy-* rules unless tidy is disabled by Chih-Hung Hsieh · 4 years ago
  27. f6ca1b9 object files depend only on NDK headers by Chih-Hung Hsieh · 4 years, 1 month ago
  28. 79bd2b7 bp2build implementation for c_std by Chris Parsons · 4 years, 1 month ago
  29. 07f70c0 Pass --min_sdk_version to aidl compiler by Jooyung Han · 4 years, 2 months ago
  30. dc24d26 remove support for *.mc files by Nick Desaulniers · 4 years, 2 months ago
  31. 91f1b42 Remove `use_apex_name_macro` by Jiyong Park · 4 years, 3 months ago
  32. 97b8531 Add bp2build support for cpp_std. by Jingwen Chen · 4 years, 3 months ago
  33. 769a51c Add tidy_disabled_srcs property. by Chih-Hung Hsieh · 4 years, 4 months ago
  34. 135bf55 Handle arch-specific/not properties the same. by Liz Kammer · 4 years, 5 months ago
  35. b2703ad Conditionally apply rustdoc flags to third party crates by Chris Wailes · 4 years, 5 months ago
  36. 067b889 Correct isThirdParty check by Liz Kammer · 4 years, 6 months ago
  37. a592b6f Reland: Add more target-specific properties by Jiyong Park · 4 years, 6 months ago
  38. 0523ba2 Rename ninja variables with Clang in the name by Colin Cross · 4 years, 6 months ago
  39. 33bac24 Remove clang indirection without affecting build.ninja by Colin Cross · 4 years, 6 months ago
  40. 0ed579e Reland "Consistently prepend arch-specific headers" by Colin Cross · 4 years, 6 months ago
  41. cacb972 Revert "Consistently prepend arch-specific headers" by Colin Cross · 4 years, 6 months ago
  42. e945a4d Consistently prepend arch-specific headers by Colin Cross · 4 years, 7 months ago
  43. 10906f5 Merge changes from topic "min_sdk_version" by Treehugger Robot · 4 years, 10 months ago
  44. dca349a Merge "Handle include_build_directory prop in bp2build" by Treehugger Robot · 4 years, 10 months ago
  45. a008fb0 Always respect min_sdk_version by Jiyong Park · 4 years, 10 months ago
  46. a4aa430 Handle include_build_directory prop in bp2build by Liz Kammer · 4 years, 10 months ago
  47. 13decfb Define __ANDROID_VENDOR__ and __ANDROID_PRODUCT__ by Justin Yun · 4 years, 10 months ago
  48. c28f5d9 reverses common and external Clang flags by Christopher Di Bella · 4 years, 10 months ago
  49. 33056e8 Export aidl, proto and sysprop generated headers separately by Paul Duffin · 4 years, 11 months ago
  50. b35a819 __ANDROID_API__ tracks min_sdk_version by Jiyong Park · 5 years ago
  51. e197d8b Add "aidl.flags:" property for cc_/java_ modules by Jooyung Han · 5 years ago
  52. 6977e8a 'vendor_available: *' will not create product variant by Justin Yun · 5 years ago
  53. fe9e0c7 Merge "Rename __ANDROID_SDK_VERSION__." by Treehugger Robot · 5 years ago
  54. bf4f55f Improve commenting for cc/builer.go, and kill dead code by Chris Parsons · 5 years ago
  55. b19953d Rename __ANDROID_SDK_VERSION__. by Dan Albert · 5 years ago
  56. 9b44383 rust: Add header library support to rust_bindgen. by Ivan Lozano · 5 years ago
  57. 63e9ec7 Define product_available property by Justin Yun · 5 years ago
  58. 6da33c2 Add target.vendor_ramdisk. by Yifan Hong · 5 years ago
  59. bc9e421 rust: Allow rust_bindgen to use cc_defaults. by Ivan Lozano · 5 years ago
  60. 0b176c8 Replace FutureApiLevel with an ApiLevel. by Dan Albert · 5 years ago
  61. c806053 Replace ApiStrToNum uses with ApiLevel. by Dan Albert · 5 years ago
  62. f18c623 Merge "Add -D__ANDROID_NATIVE_BRIDGE__ to native_bridge targets" by Victor Khimenko · 5 years ago
  63. 1a31f80 Add -D__ANDROID_NATIVE_BRIDGE__ to native_bridge targets by Victor Khimenko · 5 years ago
  64. f2ede7a Sanitize APEX module name properly. by Yifan Hong · 5 years ago
  65. bea94d3 Merge "soong: add support for module specific lexer flags" by Matthias Maennich · 5 years ago
  66. 22fd4d1 soong: add support for module specific lexer flags by Matthias Maennich · 5 years ago
  67. c2a1d70 apex: pass "apex name" as literal to apex variants by Jooyung Han · 5 years ago
  68. aede88c Reland: Deduplicate APEX variants that would build identically by Colin Cross · 5 years ago
  69. e07f231 Rename ApexName to ApexVariationName by Colin Cross · 5 years ago
  70. 92fe740 Stop using prebuilt NDK CRT objects. by Dan Albert · 5 years ago
  71. dd18efd Revert "Switch cc's use of bison and flex to prebuilt_build_tool" by David Su · 5 years ago
  72. d2e291a Switch cc's use of bison and flex to prebuilt_build_tool by Dan Willemsen · 5 years ago
  73. ac07f88 cc: add exclude_generated_sources property by Jooyung Han · 6 years ago
  74. 440e0d0 Use inclusive language in build/soong by Colin Cross · 6 years ago
  75. 5cffce1 Revert^2: "Remove implict jni.h include path" by Orion Hodson · 6 years ago
  76. 465c775 Revert "Remove implict jni.h include path" by Orion Hodson · 6 years ago
  77. e68926d Remove implict jni.h include path by Orion Hodson · 6 years ago
  78. 2428277 Pass min_sdk_version to cc __ANDROID_SDK_VERSION__ by Jooyung Han · 6 years ago
  79. ccce2f2 Add __ANDROID_SDK_VERSION__=<ver> macro by Jooyung Han · 6 years ago
  80. c87a059 Make __ANDROID_APEX_<NAME>__ macro optional by Jooyung Han · 6 years ago
  81. 3aff578 Simple refactoring of prefix related functions. by Jaewoong Jung · 6 years ago
  82. d110f87 Fix generated headers of snapshot by Inseob Kim · 6 years ago
  83. d094d40 Exclude dirs from binder interface whitelisting by Ivan Lozano · 6 years ago
  84. 950e0ba Expand ClangExtraExternalCflags to non-Google vendor projects by Yi Kong · 6 years ago
  85. 4af21ed Split local and global cflags by Colin Cross · 6 years ago
  86. 6b8459b apex: __ANDROID_APEX__ defined with no value by Jooyung Han · 6 years ago
  87. 7798857 Revert "Revert "Add __ANDROID_APEX_<NAME>__ for apex variants"" by Jooyung Han · 6 years ago
  88. 50dce73 Merge "Revert "Add __ANDROID_APEX_<NAME>__ for apex variants"" by Treehugger Robot · 6 years ago
  89. 12f629b Revert "Add __ANDROID_APEX_<NAME>__ for apex variants" by Jooyung Han · 6 years ago
  90. 60ee985 Merge "Revert "-D__ANDROID_NDK__ for SDK builds."" by Elliott Hughes · 6 years ago
  91. d29e551 Add __ANDROID_APEX_<NAME>__ for apex variants by Jooyung Han · 6 years ago
  92. a11242d Revert "-D__ANDROID_NDK__ for SDK builds." by Elliott Hughes · 6 years ago
  93. c324729 -D__ANDROID_NDK__ for SDK builds. by Steven Moreland · 6 years ago
  94. b0e6143 Specify the API level via the triple instead of __ANDROID_API__. by Peter Collingbourne · 6 years ago
  95. d612627 Renderscript: rename .rs extension to .rscript by Jeff Vander Stoep · 6 years ago
  96. da63a49 Fix sysprop_library build err when using filegroup by Inseob Kim · 7 years ago
  97. 4e0aa23 Convert yacc to a single RuleBuilder rule by Dan Willemsen · 7 years ago
  98. fe17f6f Add support for protoc plugins by Colin Cross · 7 years ago
  99. 1f95976 Remove libbase dependency of sysprop_library by Inseob Kim · 7 years ago
  100. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 7 years ago