1. e59c0db android: Allow running some singletons in parallel. by LaMont Jones · 2 years, 4 months ago
  2. cf61e3c Revert^2 "Generate app profiles even if dexpreopt is disabled." by Jiakai Zhang · 2 years, 4 months ago
  3. 3d08c38 Revert "Generate app profiles even if dexpreopt is disabled." by Qiao Yang · 2 years, 4 months ago
  4. 7b845e8 Generate app profiles even if dexpreopt is disabled. by Jiakai Zhang · 2 years, 4 months ago
  5. d4f5d93 Add soong unit test for trimmed apex build by Dennis Shen · 2 years, 7 months ago
  6. 4e115cc add androidmk cc-related variables to androidmk by Sam Delmerico · 2 years, 8 months ago
  7. 92c7259 Extend sanitize_test.go by Liz Kammer · 2 years, 10 months ago
  8. 3f7bf9f Allow namespace config to be tested properly by Paul Duffin · 2 years, 10 months ago
  9. 6be6906 Add missing t.Helper() to androidmk functions by Liz Kammer · 2 years, 10 months ago
  10. 8eb4573 Test bootImageConfig/Variant fields by Paul Duffin · 3 years ago
  11. 5af0bd3 Create a new mode in soong_ui to generate API only BUILD files by Spandan Das · 3 years ago
  12. 7ae3a3c Merge "FailIfNoMatchingErrors specify using regex" by Steven Moreland · 3 years ago
  13. 324a92e Always merge build files by Cole Faust · 3 years ago
  14. 082e206 FailIfNoMatchingErrors specify using regex by Steven Moreland · 3 years ago
  15. ad87601 Refactor mixed build allowlist handling by Chris Parsons · 3 years, 1 month ago
  16. d079e0b Reformat build/soong for go 1.19 by Colin Cross · 3 years, 1 month ago
  17. 0507921 gen_module visibility tests. by Bob Badour · 3 years, 4 months ago
  18. 24c5603 refactor bp2build module allowlists into struct by Sam Delmerico · 3 years, 5 months ago
  19. 1ebef5b Move functionality to test install rules into testing.go. by Martin Stjernholm · 3 years, 7 months ago
  20. 827ba62 Show all descriptions when failing to find one. by Martin Stjernholm · 3 years, 7 months ago
  21. be46fcc Use one mutator for all bp2build conversion. by Liz Kammer · 3 years, 10 months ago
  22. a47f28d bp2build: add support for soong_config_module_type. by Jingwen Chen · 3 years, 10 months ago
  23. bacf6a1 Merge "Show less ambiguous paths in the error when it fails to match the given output file." by Martin Stjernholm · 4 years ago
  24. a4aaa47 Show less ambiguous paths in the error when it fails to match the given by Martin Stjernholm · 4 years ago
  25. 14cdd71 Add a function to match modules through a variation map. by Martin Stjernholm · 4 years ago
  26. 98e0d88 Avoid duplicate module names in the error from ModuleForTests. by Martin Stjernholm · 4 years ago
  27. 9f6c24a Rename BuildDir and NinjaBuildDir. by Lukacs T. Berki · 4 years ago
  28. 5a34ffb Remove bp2build deps mutator by Chris Parsons · 4 years, 2 months ago
  29. 4fbfb59 Extract preparer for namespace by Paul Duffin · 4 years, 2 months ago
  30. 4dbf6cf Improve error reporting when a rule cannot be found by Paul Duffin · 4 years, 3 months ago
  31. e96108d Add baseline test for license with sdk by Paul Duffin · 4 years, 4 months ago
  32. a71a67a Remove extraneous calls to TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 5 months ago
  33. e8366da Automatically call TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 5 months ago
  34. 962783a Add TestingModule.Outputs by Paul Duffin · 4 years, 5 months ago
  35. 0aafcbf Add StringsRelativeToTop by Paul Duffin · 4 years, 5 months ago
  36. f53555d Add StringRelativeToTop by Paul Duffin · 4 years, 5 months ago
  37. bbb0f8f Make TestingBuildParams.RelativeToTop() modify (Writable)Path(s) by Paul Duffin · 4 years, 5 months ago
  38. 85d8f0d Add Path.RelativeToTop by Paul Duffin · 4 years, 5 months ago
  39. d65c58b Add buildDir to WritablePath implementations by Paul Duffin · 4 years, 5 months ago
  40. 76e5c8a Convert test that disallows non existent paths to use fixtures by Paul Duffin · 4 years, 6 months ago
  41. 95c6eb3 Merge "bp2build: add allowlist for package-level conversions." by Jingwen Chen · 4 years, 5 months ago
  42. 12b4c27 bp2build: add allowlist for package-level conversions. by Jingwen Chen · 4 years, 6 months ago
  43. f0b3b94 Make GENERATE_BAZEL_FILES=true correct. by Lukacs T. Berki · 4 years, 6 months ago
  44. 97d8b40 Add TestingModule.VariablesForTestsRelativeToTop by Paul Duffin · 4 years, 6 months ago
  45. 709e0e3 Add TestingBuildParams.RelativeToTop() by Paul Duffin · 4 years, 6 months ago
  46. 4e6e35c Improve searching for TestingBuildParams using the output file by Paul Duffin · 4 years, 6 months ago
  47. 0eda26b9 Move helper methods that take testBuildProvider into baseTestingComponent by Paul Duffin · 4 years, 6 months ago
  48. 31a2288 Extract functionality common to TestingModule/Singleton by Paul Duffin · 4 years, 6 months ago
  49. 567465d Add (String)Path(s)RelativeToTop and assert functions by Paul Duffin · 4 years, 6 months ago
  50. 25259e9 Add preparer for test to allow missing dependencies by Paul Duffin · 4 years, 6 months ago
  51. df13e97 Merge "Distinguish between integration test and other tests" by Paul Duffin · 4 years, 6 months ago
  52. 9c35c5d Merge "Simplify preparers now that tests use consistent registration order" by Paul Duffin · 4 years, 6 months ago
  53. ec3292b Distinguish between integration test and other tests by Paul Duffin · 4 years, 6 months ago
  54. 530483c Simplify preparers now that tests use consistent registration order by Paul Duffin · 4 years, 6 months ago
  55. c5723e3 Remove the special-casing of /dev from test path normalization. by Lukacs T. Berki · 4 years, 6 months ago
  56. f5de668 Store order of the components used by the tests by Paul Duffin · 4 years, 6 months ago
  57. 41d77c7 Ensure test/runtime order of singletons/pre-singletons is consistent by Paul Duffin · 4 years, 6 months ago
  58. d182fb3 Defer registration of singletons and pre-singletons in TestContext by Paul Duffin · 4 years, 6 months ago
  59. 281deb2 Ensure mutators used in tests are in the same order as at runtime by Paul Duffin · 4 years, 6 months ago
  60. c05b034 Separate the collation of mutators from registration by Paul Duffin · 4 years, 6 months ago
  61. 1d2d42f Add sortableComponent abstraction by Paul Duffin · 4 years, 6 months ago
  62. ea8a386 Make error handlers treat any failures as fatal by Paul Duffin · 4 years, 6 months ago
  63. a560d5a Rename FixturePreparers to GroupFixturePreparers by Paul Duffin · 4 years, 6 months ago
  64. 3581612 Add test fixture support by Paul Duffin · 4 years, 6 months ago
  65. eafc16b Allow pre-singleton types to be registered in RegistrationContext by Paul Duffin · 4 years, 6 months ago
  66. aa25553 Add ctx to AndroidMkExtraEntriesFunc by Colin Cross · 5 years ago
  67. 356f7d4 bp2build: convert paths/module refs to Bazel label by Liz Kammer · 4 years, 7 months ago
  68. a42d641 Make bp2buildMutators registration local to TestContext. by Jingwen Chen · 4 years, 7 months ago
  69. 7385067 bp2build: framework for generating BazelTargetModules. by Jingwen Chen · 4 years, 9 months ago
  70. 064b70c Export dex implementation jars from prebuilt_apex by Paul Duffin · 4 years, 10 months ago
  71. db170e4 Add java_boot_libs to sdk by Paul Duffin · 4 years, 9 months ago
  72. 9aed5bc Add a new SingletonModule type by Colin Cross · 4 years, 8 months ago
  73. cda22c9 Refactor 'in_make' to mean Kati is not skipped. by Jingwen Chen · 4 years, 10 months ago
  74. 06fa588 Store SingletonMakeVarsProviders in the config by Colin Cross · 4 years, 10 months ago
  75. ae8600b Pass Config to NewTestContext instead of ctx.Register by Colin Cross · 4 years, 10 months ago
  76. 3600b80 Return all rules when TestingModule.Rule fails by Thiébaud Weksteen · 5 years ago
  77. aede88c Reland: Deduplicate APEX variants that would build identically by Colin Cross · 5 years ago
  78. beae6ec Shorten missing module panic message by Colin Cross · 5 years ago
  79. 4c02124 Improved formatting of a module list in a panic message. by Martin Stjernholm · 5 years ago
  80. 8c3fec4 Enable androidmk processing in sdk testing by Paul Duffin · 6 years ago
  81. 710ec3a Add FinalDeps mutator phase, where CreateVariations is disallowed. by Martin Stjernholm · 6 years ago
  82. a80ef84 Support registering hard coded pre arch mutators by Paul Duffin · 6 years ago
  83. 31a738b Use blueprint's load hooks by Colin Cross · 6 years ago
  84. 9b478b0 Generate .srcjar for prebuilt_stubs_sources by Paul Duffin · 6 years ago
  85. 98be1bb Move filesystem into Config by Colin Cross · 6 years ago
  86. 0b0e1b9 AndroidMkEntries() returns multiple AndroidMkEntries structs by Jiyong Park · 6 years ago
  87. 4b49b76 Make TestContext.RegisterModuleType take an android.ModuleFactory by Colin Cross · 6 years ago
  88. 91e3819 Support multiple expected errors in neverallow_test.go by Paul Duffin · 6 years ago
  89. dfe75b3 Fix some typos in Soong. by Roland Levillain · 6 years ago
  90. 12df5fb soong: Fix AndroidMk with *Required properties by Jooyung Han · 6 years ago
  91. b88b3c5 Capture missing dependency error rules by Colin Cross · 6 years ago
  92. 9aa3ab1 New AndroidMk authoring system based on entry map. by Jaewoong Jung · 6 years ago
  93. f8b860a Use LoadHook to create modules in java_sdk_library by Colin Cross · 6 years ago
  94. 1d2cf04 Add depfile support to RuleBuilder by Colin Cross · 6 years ago
  95. 1b48842 Add path properties mutator by Colin Cross · 7 years ago
  96. 4c83e5c Support testing Rules in Modules and Rules and Builds in Singletons by Colin Cross · 7 years ago
  97. 9d22a91 Add a prod var to override package names. by Jaewoong Jung · 7 years ago
  98. b77ffc4 Add Maybe* methods to TestingModule by Colin Cross · 7 years ago
  99. 37b2520 Don't create non-primary arch variant for recovery-only module by Jiyong Park · 7 years ago
  100. ee97c3e Add unit tests for android/neverallow.go by Logan Chien · 7 years ago