1. 91f9b54 Switch to blueprint's microfactory by Dan Willemsen · 9 years ago
  2. cec8171 Add integration testing infrastructure by Colin Cross · 9 years ago
  3. 38cef8a microfactory: Sort dependencies by Dan Willemsen · 9 years ago
  4. cae59bc Add microfactory tracing by Dan Willemsen · 9 years ago
  5. 1b82286 Support running soong_ui.bash from anywhere in the tree by Dan Willemsen · 9 years ago
  6. 0638299 Make '**' implicit by Colin Cross · 9 years ago
  7. 8936b02 Add jar sorting to zip2zip by Colin Cross · 9 years ago
  8. 82218f2 zip2zip: Support sorting globbed arguments, '**' by Dan Willemsen · 9 years ago
  9. 193f2fb Make absolute OUT_DIR work with sbox by Jeff Gaston · 9 years ago
  10. f49082a Easier debugging of sbox by Jeff Gaston · 9 years ago
  11. efc1b41 Have Soong try to enforce that genrules declare all their outputs. by Jeff Gaston · 9 years ago
  12. 2902fa7 Add pom2mk, a maven repo -> Android.mk tool by Dan Willemsen · 9 years ago
  13. f624fb9 Prepare multiproduct_kati to run on the build servers by Dan Willemsen · 9 years ago
  14. 0df1517 Add build_test.sh, split common parts of soong_ui.bash by Dan Willemsen · 9 years ago
  15. 5ed900b Allow specifying a build variant by Dan Willemsen · 9 years ago
  16. a4e43a7 Improve multiproduct_kati output by Dan Willemsen · 9 years ago
  17. f281bd8 Supported minor features in soong_zip by Nan Zhang · 9 years ago
  18. 57a5238 Don't write output during tests by Dan Willemsen · 9 years ago
  19. ca3e287 Convert soong_javac_filter to a wrapper by Colin Cross · 9 years ago
  20. a41a5da Merge "multiproduct_kati: better directory names." by Treehugger Robot · 9 years ago
  21. 1ae73a6 Microfactory support for transitive link dependencies by Jeff Gaston · 9 years ago
  22. 552432e multiproduct_kati: better directory names. by Steven Moreland · 9 years ago
  23. 1b4141f fileslist: hash the content of symlink, not the file it points to. by Sen Jiang · 9 years ago
  24. 620e6ad Add fileslist.go to calculate hashes in parallel by Makoto Onuki · 9 years ago
  25. 9067b04 Added functionality in soong_zip that supports adding root prefix. by Nan Zhang · 9 years ago
  26. a8b5502 Refactor compressWholeFile to take a zipEntry by Dan Willemsen · 9 years ago
  27. 10462b3 Preserve executable bit in soong_zip by Dan Willemsen · 9 years ago
  28. abc56d4 Fix `dist` if $DIST_DIR/logs doesn't exist by Dan Willemsen · 9 years ago
  29. c38d366 Updates for the new ckati drop by Dan Willemsen · 9 years ago
  30. fde8534 Don't use runtime.Version() to find the current go version by Dan Willemsen · 9 years ago
  31. 8b82b7e increase javac_filter line length limit to 2MB by Colin Cross · 9 years ago
  32. 521534f Add soong_javac_filter tool by Colin Cross · 9 years ago
  33. 8a073a8 Ship the build log and trace on the build servers by Dan Willemsen · 9 years ago
  34. d9f6fa2 Add build tracing by Dan Willemsen · 10 years ago
  35. c2af0be Add multiproduct_kati by Dan Willemsen · 9 years ago
  36. 0043c0e Add microfactory to bootstrap a go program with minimal overhead by Dan Willemsen · 10 years ago
  37. 1e70446 Add a Go replacement for our top-level Make wrapper by Dan Willemsen · 10 years ago
  38. 7f19f37 Move globbing to Blueprint by Colin Cross · 9 years ago
  39. 798bfce Move registration into android package by Colin Cross · 9 years ago
  40. 377737a Move Android.bp definitions into subdirs by Dan Willemsen · 10 years ago
  41. 47ec28f Rename soong_jar to soong_zip by Dan Willemsen · 10 years ago
  42. 017d893 soong_jar: Parallel compression by Dan Willemsen · 10 years ago
  43. 3bf1a08 Add zip2zip tool to copy zip entries from one file to another by Dan Willemsen · 10 years ago
  44. 77a6b86 soong_jar: Hardcode time by Dan Willemsen · 10 years ago
  45. a59a3bc soong_jar: Implement symlinks, fix directories by Dan Willemsen · 10 years ago
  46. 079602c Fix govet issue by Colin Cross · 10 years ago
  47. 635c3b0 Rename common to android by Colin Cross · 10 years ago
  48. 6ff5138 Delay dependency errors to ninja time for unbundled builds by Colin Cross · 10 years ago
  49. 87b17d1 Use SRCDIR as a working directory by Dan Willemsen · 11 years ago
  50. 98b26c5 Use the blueprint plugin infrastructure by Dan Willemsen · 11 years ago
  51. 485e572 Read product variables from soong.variables by Colin Cross · 11 years ago
  52. 463a90e use init functions to register module types, etc. by Colin Cross · 11 years ago
  53. 1f8c52b Add per-directory build targets by Colin Cross · 11 years ago
  54. d3ba039 Separate HostOrDevice out of Arch by Colin Cross · 11 years ago
  55. 2ba19d9 Add cc_benchmark module type by Colin Cross · 11 years ago
  56. d350ecd Add support for genrule by Colin Cross · 11 years ago
  57. c3144b1 ndk: Use prebuilt NDK CRT objects. by Dan Albert · 11 years ago
  58. 957cc4e soong_jar: ignore directories passed to jar unless -d is set by Colin Cross · 11 years ago
  59. e19c793 soong_jar: combine zipWriter and zipInfo into a class by Colin Cross · 11 years ago
  60. 30e076a Add support for building android apps by Colin Cross · 11 years ago
  61. aa8630b Move SDK prebuilts to new prebuilt_sdk module type by Colin Cross · 11 years ago
  62. f05fe97 Add logtags source file support by Colin Cross · 11 years ago
  63. 1332b00 Move config into common and provide helper by Colin Cross · 11 years ago
  64. 2fe6687 Support java libraries, binaries, and prebuilts by Colin Cross · 11 years ago
  65. 3e8ec07 Support excludes in globs by Colin Cross · 11 years ago
  66. 1f8f234 Support cc_test_host by Colin Cross · 11 years ago
  67. be96168 Add support for building NDK modules. by Dan Albert · 11 years ago
  68. 68f5510 Support dependencies on environment variables by Colin Cross · 11 years ago
  69. 82df943 Add art_cc_library module type by Colin Cross · 11 years ago
  70. 97ba073 Export cc types for art to inherit from by Colin Cross · 11 years ago
  71. 70b4059 Update import paths for changes to blueprint by Colin Cross · 11 years ago
  72. 6b29069 Allow cc_test to build a test per source file by Colin Cross · 11 years ago
  73. 5049f02 Add gensrcs module type by Colin Cross · 11 years ago
  74. c403f7c Add support for cc_test. by Dan Albert · 11 years ago
  75. 9454bfa Add support for checkbuild target by Colin Cross · 11 years ago
  76. 3f40fa4 Add soong_build primary builder by Colin Cross · 11 years ago