1. 8d4d7be Add python3 embedded launcher support by Dan Willemsen · 5 years ago
  2. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 5 years ago
  3. c6136c9 Merge "Remove old-style support for translated second architectures" by Treehugger Robot · 5 years ago
  4. ff6c33d Replace RelPathString() with ToMakePath() by Colin Cross · 5 years ago
  5. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 5 years ago
  6. 6ffaaa8 Allow test to specify whether or not to auto-generate test config by Dan Shi · 5 years ago
  7. 3b19f5d Remove old-style support for translated second architectures by Colin Cross · 5 years ago
  8. 402be41 Revert "Remove old-style support for translated second architectures" by Colin Cross · 5 years ago
  9. fe6330c Remove old-style support for translated second architectures by Colin Cross · 5 years ago
  10. ee94d6a Add RuleBuilder helper functions for built and prebuilt tools by Colin Cross · 5 years ago
  11. 09364fd Fix python proto srczip argument order by Colin Cross · 6 years ago
  12. cc0ce80 Fix package path of android/soong/android pctx by Colin Cross · 6 years ago
  13. fe17f6f Add support for protoc plugins by Colin Cross · 6 years ago
  14. 19878da Move proto compilation to RuleBuilder by Colin Cross · 6 years ago
  15. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  16. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  17. 4f41bc2 [SOONG] Not auto-generate test config if test_suite is cts by yangbill · 6 years ago
  18. 6ca390f Support building a par file that does not automatically run by Dan Willemsen · 6 years ago
  19. 707542f Simplify python launcher, use __main__.py by Dan Willemsen · 6 years ago
  20. 22e9244 Add par_test by Dan Willemsen · 6 years ago
  21. 5f692ec Remove empty DepsMutator methods by Colin Cross · 6 years ago
  22. 02880e4 Add missing dependencies for python_test by Logan Chien · 6 years ago
  23. 80880a3 Autogen python test config. by yelinhsieh · 6 years ago
  24. 7265e5f Pass -S option to wrapper for python binary. by yangbill · 6 years ago
  25. 83f97ae Fix mac build w/echo -n by Dan Willemsen · 6 years ago
  26. 54c5b61 python par: trim and convert the entry point at build time by Dan Willemsen · 6 years ago
  27. 263dde7 Fix par file zip offsets by Dan Willemsen · 6 years ago
  28. 6e1bf2b Define runfiles_path before try so that finally can use it. by Nicolas Geoffray · 6 years ago
  29. cba97e6 Fix invalid memory error for python binary build by Nan Zhang · 6 years ago
  30. e146e39 Support 'test_config' into soong modules by Julien Desprez · 6 years ago
  31. 59339a2 Fix `go vet` issues by Dan Willemsen · 6 years ago
  32. 6b75360 Use WalkDeps instead of VisitDepsDepthFirst by Colin Cross · 7 years ago
  33. bea0975 Fix embedded_launcher can't find files by Nan Zhang · 7 years ago
  34. 1849011 Revert "Revert "Revert "Revert "Add path interposer"""" by Dan Willemsen · 7 years ago
  35. 09f4540 Revert "Revert "Revert "Add path interposer""" by Dan Willemsen · 7 years ago
  36. c59a92c Revert "Revert "Add path interposer"" by Dan Willemsen · 7 years ago
  37. c039ab0 Merge "Allow "-" to be part of Python file names" by Treehugger Robot · 7 years ago
  38. ccf636e Revert "Revert "Add libc++.so as install dependencies for hermetic Python."" by Nan Zhang · 7 years ago
  39. 1a479b6 Allow "-" to be part of Python file names by Nan Zhang · 7 years ago
  40. 78a0196 Merge "Fix Protobuf importing issue for embedded Python" by Treehugger Robot · 7 years ago
  41. bfb0aed Revert "Add libc++.so as install dependencies for hermetic Python." by Artem Iglikov · 7 years ago
  42. f0c4e43 Fix Protobuf importing issue for embedded Python by Nan Zhang · 7 years ago
  43. ff7d397 Add libc++.so as install dependencies for hermetic Python. by Nan Zhang · 7 years ago
  44. 4339853 Add a dependency fixer for proto deps by Dan Willemsen · 7 years ago
  45. ff3ae9d Consistently use Bool instead of proptools.Bool by Colin Cross · 7 years ago
  46. b8fa197 Add Python protobuf support. by Nan Zhang · 7 years ago
  47. 4203971 Extract failIfErrored() to android/testing.go by Logan Chien · 7 years ago
  48. 1db8540 Remove timestamp based filelist file for tracking Python dependencies by Nan Zhang · 7 years ago
  49. 27e284d Revert "Revert "Support filegroup in exclude_srcs"" by Nan Zhang · 7 years ago
  50. 606e9de Revert "Support filegroup in exclude_srcs" by Tobias Thierer · 7 years ago
  51. f36a3d9 Support filegroup in exclude_srcs by Nan Zhang · 7 years ago
  52. ee6143c Add VisitDirectDepsWithTag by Colin Cross · 7 years ago
  53. b8bdacf Add HostToolPath() for Python binary by Nan Zhang · 7 years ago
  54. d9ec5e7 Revert "Revert "Change Python in Soong to support device side build."" by Nan Zhang · 7 years ago
  55. 0a32e59 Revert "Change Python in Soong to support device side build." by Nan Zhang · 7 years ago
  56. 3bba059 Change Python in Soong to support device side build. by Nan Zhang · 7 years ago
  57. ea568a4 Change bool, and string properties to *bool, and *string for java, by Nan Zhang · 7 years ago
  58. c9c6cb7 Add support for test_suites for python_binary_host and python_test_host by Nan Zhang · 7 years ago
  59. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 7 years ago
  60. ae88703 Move ModuleContext.ModuleBuild to ModuleContext.Build by Colin Cross · 7 years ago
  61. 6ccbc91 Let tests override environment by Colin Cross · 7 years ago
  62. 7d1681a Use `python2.7` instead of `python2` by Dan Willemsen · 7 years ago
  63. a3fc4ba Add support for python_defaults modules by Nan Zhang · 7 years ago
  64. d4e641b <Hermetic> Replace Soong Python bootstrap process with embedded launcher. by Nan Zhang · 7 years ago
  65. 5c51792 Make binaries executable by Colin Cross · 7 years ago
  66. a18e9cf Remove error from AndroidMkDataProvider.AndroidMk by Colin Cross · 7 years ago
  67. 27a4b05 Remove error from AndroidMkData.Extra by Colin Cross · 7 years ago
  68. cec8171 Add integration testing infrastructure by Colin Cross · 7 years ago
  69. 3624285 Refactor factories by Colin Cross · 8 years ago
  70. aac67d3 Fix the issue that /tmp/soong_python_test* isn't being removed. by Nan Zhang · 8 years ago
  71. 5323f8e Add python_test_host module. by Nan Zhang · 8 years ago
  72. 2700511 Fix the issue "\n" didn't get interpreted properly. by Nan Zhang · 8 years ago
  73. 67a5c13 Prettify soong ninja build descriptions by Colin Cross · 8 years ago
  74. db0b9a3 Supported python build in host side. by Nan Zhang · 8 years ago