1. 7f30c07 Print a status message when starting ninja by Dan Willemsen · 7 years ago
  2. 9add81e Move cut(1) to toybox. by Elliott Hughes · 7 years ago
  3. 734a780 Move touch(1) to toybox. by Elliott Hughes · 7 years ago
  4. cc85770 Move mkdir(1) to toybox. by Elliott Hughes · 7 years ago
  5. ed46164 Move head(1) to toybox. by Elliott Hughes · 7 years ago
  6. 2ebfd49 Move dirname(1) to toybox. by Elliott Hughes · 7 years ago
  7. 5172a8b Move to toybox unix2dos(1). by Elliott Hughes · 7 years ago
  8. 6646904 Move to toybox cmp(1). by Elliott Hughes · 7 years ago
  9. 6141a7d Move to toybox basename(1). by Elliott Hughes · 7 years ago
  10. 5728fb5 Move setsid(1) to toybox. by Elliott Hughes · 7 years ago
  11. 1ff2b5d Move tee(1) to toybox. by Elliott Hughes · 7 years ago
  12. f3f3b99 Move xxd(1) to toybox. by Elliott Hughes · 7 years ago
  13. 15f2dfe Move paste(1) to toybox. by Elliott Hughes · 7 years ago
  14. 716fa36 Move rmdir(1) to toybox. by Elliott Hughes · 7 years ago
  15. 10412ec Move pwd(1) to toybox. by Elliott Hughes · 7 years ago
  16. d50d40f Move tail(1) to toybox. by Elliott Hughes · 7 years ago
  17. 505b761 Move od(1) to toybox. by Elliott Hughes · 7 years ago
  18. bb19518 Move env(1) to toybox. by Elliott Hughes · 7 years ago
  19. 6bdad22 Move comm(1) to toybox. by Elliott Hughes · 7 years ago
  20. 2907cea Move sleep(1) to toybox. by Elliott Hughes · 7 years ago
  21. 7a907c9 Move uniq(1) to toybox. by Elliott Hughes · 7 years ago
  22. 5d59323 Move cat(1) to toybox. by Elliott Hughes · 7 years ago
  23. 9b370f5 Move id(1) and whoami(1) to toybox. by Elliott Hughes · 7 years ago
  24. 417be1f Start using the toybox prebuilt by Dan Willemsen · 7 years ago
  25. a758cda Merge "Speed up build_test" by Treehugger Robot · 7 years ago
  26. f99915f Speed up build_test by Dan Willemsen · 7 years ago
  27. be3cfa5 Disallow "runalarm" and allow the more standard "timeout". by Elliott Hughes · 7 years ago
  28. 6f03752 Allow DIST_DIR to be read via dumpvars by Dan Willemsen · 7 years ago
  29. 2d31a44 Stop using DIST_DIR in Soong by Dan Willemsen · 7 years ago
  30. d4ad1da Merge "Add a Kati-based packaging step" by Dan Willemsen · 7 years ago
  31. 41cabfb Remove make and xmllint from the allowed tools list by Dan Willemsen · 7 years ago
  32. fb1271a Add a Kati-based packaging step by Dan Willemsen · 7 years ago
  33. d50e89f Always ensure that DIST_DIR is set by Dan Willemsen · 7 years ago
  34. e9e20dd Remove perl from the allowed PATH tools list by Dan Willemsen · 7 years ago
  35. 6afcd9a Log uses of `make` and `xmllint` within the Android Build by Dan Willemsen · 7 years ago
  36. ecdeb1e Remove sum(1) from the list of approved binaries. by Elliott Hughes · 7 years ago
  37. 3eec9c5 Switch perl to logging by Dan Willemsen · 7 years ago
  38. 2997123 Refactor Kati logic by Dan Willemsen · 7 years ago
  39. c736cda Merge "Add OWNERS to finder's cache" by Treehugger Robot · 7 years ago
  40. ecf0f10 Sanity check the tree before building. by Anton Hansson · 7 years ago
  41. 1456958 Default BUILD_BROKEN_PHONY_TARGETS to false by Dan Willemsen · 7 years ago
  42. df98cd7 Add OWNERS to finder's cache by Simran Basi · 7 years ago
  43. 25a5618 Pass --writable to kati by Dan Willemsen · 7 years ago
  44. 090ec58 Add tee to the allowed PATH tools list by Dan Willemsen · 7 years ago
  45. 2d31ace Add od to allowed PATH tools by Dan Willemsen · 7 years ago
  46. 8125d2a Start enforcing the $PATH restrictions by Dan Willemsen · 7 years ago
  47. 6fa18f4 Add unix2dos as an allowed PATH tool by Dan Willemsen · 7 years ago
  48. 27a509b Merge "Add $PRODUCT_OUT/ramdisk to installclean" by Tom Cherry · 7 years ago
  49. de6eac1 Merge "Add todos to the allowed PATH list" by Treehugger Robot · 7 years ago
  50. 7a08bc5 Add todos to the allowed PATH list by Dan Willemsen · 7 years ago
  51. 42ff416 Merge "Add fuser to allowed PATH tools" by Treehugger Robot · 7 years ago
  52. b4d0144 Add fuser to allowed PATH tools by Dan Willemsen · 7 years ago
  53. d8aa39d Support turning phony warnings into errors by Dan Willemsen · 7 years ago
  54. 7803a01 Add $PRODUCT_OUT/ramdisk to installclean by Tom Cherry · 7 years ago
  55. d236e0e Add C.utf8 to supported locales by Aaron Kling · 7 years ago
  56. 7bbacf3 Merge "s/product-services/product_services/g" by Yifan Hong · 7 years ago
  57. 95cf767 s/product-services/product_services/g by Dario Freni · 7 years ago
  58. 00fcb26 Remove POSIXLY_CORRECT from the build environment by Dan Willemsen · 7 years ago
  59. 42740f2 Add lsof and ps to the allowed tool lists by Dan Willemsen · 7 years ago
  60. 14eae19 Add du, paste, xxd to allowed PATH tools by Dan Willemsen · 7 years ago
  61. d2e231a Fix parsing of dangling dep check by Dan Willemsen · 7 years ago
  62. 77d51c6 Add product-services to installclean by Dario Freni · 7 years ago
  63. e029b28 Merge "Turn on phony checks" by Treehugger Robot · 7 years ago
  64. f880b58 Turn on phony checks by Dan Willemsen · 7 years ago
  65. 9dc69a4 Turn overriding command warnings into errors by default by Dan Willemsen · 7 years ago
  66. 59339a2 Fix `go vet` issues by Dan Willemsen · 7 years ago
  67. 0273667 Use --frontend_file for ninja instead of cat by Dan Willemsen · 7 years ago
  68. ecc71f8 Merge "Add a unified status reporting UI" by Treehugger Robot · 7 years ago
  69. b82471a Add a unified status reporting UI by Dan Willemsen · 7 years ago
  70. 7f09c40 Unset envsetup.sh variables inside build by Colin Cross · 7 years ago
  71. 63b4e0f Sort and uniqify dangling rules list by Colin Cross · 7 years ago
  72. 5af1cbe Ensure bpglob is built early by Dan Willemsen · 7 years ago
  73. 2bc456e Switch implicit rules into errors by Dan Willemsen · 7 years ago
  74. 5c73385 Merge "Always use OpenJDK9 for building" by Colin Cross · 7 years ago
  75. 8eb0ad1 Merge "Run ErrorProne in OpenJDK9" by Colin Cross · 7 years ago
  76. 997262f Always use OpenJDK9 for building by Colin Cross · 7 years ago
  77. b58f120 Dump more BUILD_BROKEN_* values out to log by Dan Willemsen · 7 years ago
  78. 6654810 Run ErrorProne in OpenJDK9 by Colin Cross · 7 years ago
  79. fa42f3c Turn implicit rules into warnings by Dan Willemsen · 7 years ago
  80. d368d6f Turn suffix rules into errors by Dan Willemsen · 7 years ago
  81. 16dbb39 PATH: Allow more tools by Dan Willemsen · 7 years ago
  82. f6d3006 Allow more PATH tools, expose HOST_STRIP by Dan Willemsen · 7 years ago
  83. 1849011 Revert "Revert "Revert "Revert "Add path interposer"""" by Dan Willemsen · 7 years ago
  84. 09f4540 Revert "Revert "Revert "Add path interposer""" by Dan Willemsen · 7 years ago
  85. c59a92c Revert "Revert "Add path interposer"" by Dan Willemsen · 7 years ago
  86. 96c957a Revert "Add path interposer" by Dan Willemsen · 7 years ago
  87. a14704c Add path interposer by Dan Willemsen · 8 years ago
  88. f6307cc Delete product in installClean by Jaekyun Seok · 7 years ago
  89. fe8b645 Handle readonly directories in tmpdir by Dan Willemsen · 7 years ago
  90. 8175984 Add --kati_stats to cleanspec processing by Dan Willemsen · 7 years ago
  91. d08726a Merge "Pass TARGET_DEVICE_DIR from dumpvars to later kati runs" by android-build-prod (mdb) · 7 years ago
  92. 6ab79db Pass TARGET_DEVICE_DIR from dumpvars to later kati runs by Dan Willemsen · 7 years ago
  93. 567851c Save list of AndroidProducts.mk files by Dan Willemsen · 7 years ago
  94. ebfe33a Remove more problematic env vars by Dan Willemsen · 7 years ago
  95. 3d60b11 Allow boards to turn overriding commands into an error by Dan Willemsen · 7 years ago
  96. 32a669b Use our own TMPDIR by Dan Willemsen · 7 years ago
  97. d9429e6 Handle Scanner errors in kati output filter by Dan Willemsen · 7 years ago
  98. 2e6a4ff Let Soong_UI to handle build_date.txt file by Nan Zhang · 7 years ago
  99. e7945d7 Make GOROOT consistent by Dan Willemsen · 8 years ago
  100. ed86952 Normalize LANG / LC_* environment by Dan Willemsen · 8 years ago