1. 2859d73 Merge "Add comments/refactor for python.go" by Treehugger Robot · 4 years, 2 months ago
  2. f1a035e Pass pctx and ctx to NewRuleBuilder by Colin Cross · 4 years, 2 months ago
  3. d737d02 Add comments/refactor for python.go by Liz Kammer · 4 years, 2 months ago
  4. 57f5b33 Add test suite handling to central androidmk code by Liz Kammer · 4 years, 2 months ago
  5. c55dcfc Merge "Refactor python to use AndroidMkEntries." by Liz Kammer · 4 years, 2 months ago
  6. d8dceb0 Refactor python to use AndroidMkEntries. by Liz Kammer · 4 years, 2 months ago
  7. e5218b6 Merge "Annotate dependency tags for dependencies of installed files" by Colin Cross · 4 years, 2 months ago
  8. e9fe294 Annotate dependency tags for dependencies of installed files by Colin Cross · 4 years, 2 months ago
  9. 1bc6393 Add java_data parameter to python modules by Colin Cross · 4 years, 2 months ago
  10. e20113d Use local variations for python version splits by Colin Cross · 4 years, 2 months ago
  11. ebb5150 Merge "Add unit_test test option in test configs" by Dan Shi · 4 years, 2 months ago
  12. bc1f77e Merge "Fix bug in python module hasExtention." by Treehugger Robot · 4 years, 2 months ago
  13. 3dfd3ce Fix bug in python module hasExtention. by Liz Kammer · 4 years, 2 months ago
  14. d79572f Add unit_test test option in test configs by Dan Shi · 4 years, 2 months ago
  15. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 3 months ago
  16. 7e93e5b Consolidate python version properties in mutator by Liz Kammer · 4 years, 3 months ago
  17. 405af07 Revert "Make lots of tests run in parallel" by Colin Cross · 4 years, 3 months ago
  18. 323dc60 Make lots of tests run in parallel by Colin Cross · 4 years, 4 months ago
  19. 025ae97 Merge "Add support of test data to python_host_test" by Treehugger Robot · 4 years, 4 months ago
  20. 1613e55 HostCross is an attribute of a Target, not OsType by Jiyong Park · 4 years, 4 months ago
  21. 3194912 Add support of test data to python_host_test by Dan Shi · 4 years, 4 months ago
  22. dd849a8 Add `data_native_bins` property to java_test_host by Liz Kammer · 4 years, 7 months ago
  23. e0070ee Implement OutputFiles for python modules. by Liz Kammer · 4 years, 7 months ago
  24. a638482 Fix using generated test configs for sh_test, python_test and rust_test modules by Colin Cross · 4 years, 8 months ago
  25. 4b79e98 Soong package structure refactoring by Jaewoong Jung · 4 years, 8 months ago
  26. bc32a50 Don't check elf properties of python prebuilts by Dan Willemsen · 4 years, 11 months ago
  27. 7fa7646 Add tests for py(2|3)-cmd by Dan Willemsen · 5 years ago
  28. d7a1dee Python3 on device links against liblog by Dan Willemsen · 5 years ago
  29. 2468d01 Pass auto_gen_config setting in Android.bp to makefile by Dan Shi · 5 years ago
  30. 98be1bb Move filesystem into Config by Colin Cross · 5 years ago
  31. 67d4258 Test par file argument handling by Dan Willemsen · 5 years ago
  32. 4b49b76 Make TestContext.RegisterModuleType take an android.ModuleFactory by Colin Cross · 5 years ago
  33. 8d4d7be Add python3 embedded launcher support by Dan Willemsen · 5 years ago
  34. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 5 years ago
  35. c6136c9 Merge "Remove old-style support for translated second architectures" by Treehugger Robot · 5 years ago
  36. ff6c33d Replace RelPathString() with ToMakePath() by Colin Cross · 5 years ago
  37. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 5 years ago
  38. 6ffaaa8 Allow test to specify whether or not to auto-generate test config by Dan Shi · 5 years ago
  39. 3b19f5d Remove old-style support for translated second architectures by Colin Cross · 5 years ago
  40. 402be41 Revert "Remove old-style support for translated second architectures" by Colin Cross · 5 years ago
  41. fe6330c Remove old-style support for translated second architectures by Colin Cross · 5 years ago
  42. ee94d6a Add RuleBuilder helper functions for built and prebuilt tools by Colin Cross · 6 years ago
  43. 09364fd Fix python proto srczip argument order by Colin Cross · 6 years ago
  44. cc0ce80 Fix package path of android/soong/android pctx by Colin Cross · 6 years ago
  45. fe17f6f Add support for protoc plugins by Colin Cross · 6 years ago
  46. 19878da Move proto compilation to RuleBuilder by Colin Cross · 6 years ago
  47. 8a49795 Replace ctx.ExpandSources with android.PathsForModuleSrc by Colin Cross · 6 years ago
  48. 27b922f Annotate paths and deprecate ExtractSource(s)Deps by Colin Cross · 6 years ago
  49. 4f41bc2 [SOONG] Not auto-generate test config if test_suite is cts by yangbill · 6 years ago
  50. 6ca390f Support building a par file that does not automatically run by Dan Willemsen · 6 years ago
  51. 707542f Simplify python launcher, use __main__.py by Dan Willemsen · 6 years ago
  52. 22e9244 Add par_test by Dan Willemsen · 6 years ago
  53. 5f692ec Remove empty DepsMutator methods by Colin Cross · 6 years ago
  54. 02880e4 Add missing dependencies for python_test by Logan Chien · 6 years ago
  55. 80880a3 Autogen python test config. by yelinhsieh · 6 years ago
  56. 7265e5f Pass -S option to wrapper for python binary. by yangbill · 6 years ago
  57. 83f97ae Fix mac build w/echo -n by Dan Willemsen · 6 years ago
  58. 54c5b61 python par: trim and convert the entry point at build time by Dan Willemsen · 6 years ago
  59. 263dde7 Fix par file zip offsets by Dan Willemsen · 6 years ago
  60. 6e1bf2b Define runfiles_path before try so that finally can use it. by Nicolas Geoffray · 6 years ago
  61. cba97e6 Fix invalid memory error for python binary build by Nan Zhang · 6 years ago
  62. e146e39 Support 'test_config' into soong modules by Julien Desprez · 6 years ago
  63. 59339a2 Fix `go vet` issues by Dan Willemsen · 7 years ago
  64. 6b75360 Use WalkDeps instead of VisitDepsDepthFirst by Colin Cross · 7 years ago
  65. bea0975 Fix embedded_launcher can't find files by Nan Zhang · 7 years ago
  66. 1849011 Revert "Revert "Revert "Revert "Add path interposer"""" by Dan Willemsen · 7 years ago
  67. 09f4540 Revert "Revert "Revert "Add path interposer""" by Dan Willemsen · 7 years ago
  68. c59a92c Revert "Revert "Add path interposer"" by Dan Willemsen · 7 years ago
  69. c039ab0 Merge "Allow "-" to be part of Python file names" by Treehugger Robot · 7 years ago
  70. ccf636e Revert "Revert "Add libc++.so as install dependencies for hermetic Python."" by Nan Zhang · 7 years ago
  71. 1a479b6 Allow "-" to be part of Python file names by Nan Zhang · 7 years ago
  72. 78a0196 Merge "Fix Protobuf importing issue for embedded Python" by Treehugger Robot · 7 years ago
  73. bfb0aed Revert "Add libc++.so as install dependencies for hermetic Python." by Artem Iglikov · 7 years ago
  74. f0c4e43 Fix Protobuf importing issue for embedded Python by Nan Zhang · 7 years ago
  75. ff7d397 Add libc++.so as install dependencies for hermetic Python. by Nan Zhang · 7 years ago
  76. 4339853 Add a dependency fixer for proto deps by Dan Willemsen · 7 years ago
  77. ff3ae9d Consistently use Bool instead of proptools.Bool by Colin Cross · 7 years ago
  78. b8fa197 Add Python protobuf support. by Nan Zhang · 7 years ago
  79. 4203971 Extract failIfErrored() to android/testing.go by Logan Chien · 7 years ago
  80. 1db8540 Remove timestamp based filelist file for tracking Python dependencies by Nan Zhang · 7 years ago
  81. 27e284d Revert "Revert "Support filegroup in exclude_srcs"" by Nan Zhang · 7 years ago
  82. 606e9de Revert "Support filegroup in exclude_srcs" by Tobias Thierer · 7 years ago
  83. f36a3d9 Support filegroup in exclude_srcs by Nan Zhang · 7 years ago
  84. ee6143c Add VisitDirectDepsWithTag by Colin Cross · 7 years ago
  85. b8bdacf Add HostToolPath() for Python binary by Nan Zhang · 7 years ago
  86. d9ec5e7 Revert "Revert "Change Python in Soong to support device side build."" by Nan Zhang · 7 years ago
  87. 0a32e59 Revert "Change Python in Soong to support device side build." by Nan Zhang · 7 years ago
  88. 3bba059 Change Python in Soong to support device side build. by Nan Zhang · 7 years ago
  89. ea568a4 Change bool, and string properties to *bool, and *string for java, by Nan Zhang · 7 years ago
  90. c9c6cb7 Add support for test_suites for python_binary_host and python_test_host by Nan Zhang · 7 years ago
  91. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 7 years ago
  92. ae88703 Move ModuleContext.ModuleBuild to ModuleContext.Build by Colin Cross · 7 years ago
  93. 6ccbc91 Let tests override environment by Colin Cross · 7 years ago
  94. 7d1681a Use `python2.7` instead of `python2` by Dan Willemsen · 7 years ago
  95. a3fc4ba Add support for python_defaults modules by Nan Zhang · 8 years ago
  96. d4e641b <Hermetic> Replace Soong Python bootstrap process with embedded launcher. by Nan Zhang · 8 years ago
  97. 5c51792 Make binaries executable by Colin Cross · 7 years ago
  98. a18e9cf Remove error from AndroidMkDataProvider.AndroidMk by Colin Cross · 7 years ago
  99. 27a4b05 Remove error from AndroidMkData.Extra by Colin Cross · 7 years ago
  100. cec8171 Add integration testing infrastructure by Colin Cross · 8 years ago