summaryrefslogtreecommitdiff
path: root/xml
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
2023-12-08Remove ConvertWithBp2build implementations Colin Cross
2023-10-11Move platform constraints to bazel_common_rules. Jingwen Chen
2023-09-20Have ConvertWBp2build use Bp2buildMutatorContext Chris Parsons
2023-09-07bp2build: block src == name for prebuilt_* modules Liz Kammer
2022-09-22Implement bp2build for prebuilt_etc_xml Alix
2021-03-22Remove usages of FixtureFactory from misc packages Paul Duffin
2021-03-18Convert xml package to fixtures Paul Duffin
2021-03-18Add preparers for xml Paul Duffin
2021-02-06Add LOCAL_LICENSE_KINDS to build/soong Bob Badour
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
2019-03-20Replace ctx.ExpandSources with android.PathsForModuleSrc Colin Cross
2019-03-07Annotate paths and deprecate ExtractSource(s)Deps Colin Cross
2018-04-28Add prebuilt_etc_xml Jiyong Park