summaryrefslogtreecommitdiff
path: root/xml/xml_test.go
AgeCommit message (Expand)Author
2025-02-12Don't panic in ModuleForTests and friends Colin Cross
2024-12-17Always install to out/target instead of out/soong/target Cole Faust
2021-03-22Remove usages of FixtureFactory from misc packages Paul Duffin
2021-03-18Convert xml package to fixtures Paul Duffin
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-06-01Soong package structure refactoring Jaewoong Jung
2019-12-18Move filesystem into Config Colin Cross
2019-12-13Use empty string for core image variant Colin Cross
2019-12-06Move ImageMutator after archMutator Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactory Colin Cross
2019-10-03Replace RelPathString() with ToMakePath() Colin Cross
2019-07-22fix: prebuilt_etc_xml Jooyung Han
2018-04-28Add prebuilt_etc_xml Jiyong Park