index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xml
Age
Commit message (
Expand
)
Author
2025-02-12
Don't panic in ModuleForTests and friends
Colin Cross
2024-12-17
Always install to out/target instead of out/soong/target
Cole Faust
2023-12-08
Remove ConvertWithBp2build implementations
Colin Cross
2023-10-11
Move platform constraints to bazel_common_rules.
Jingwen Chen
2023-09-20
Have ConvertWBp2build use Bp2buildMutatorContext
Chris Parsons
2023-09-07
bp2build: block src == name for prebuilt_* modules
Liz Kammer
2022-09-22
Implement bp2build for prebuilt_etc_xml
Alix
2021-03-22
Remove usages of FixtureFactory from misc packages
Paul Duffin
2021-03-18
Convert xml package to fixtures
Paul Duffin
2021-03-18
Add preparers for xml
Paul Duffin
2021-02-06
Add LOCAL_LICENSE_KINDS to build/soong
Bob Badour
2020-11-12
Pass Config to NewTestContext instead of ctx.Register
Colin Cross
2020-10-09
Revert "Make lots of tests run in parallel"
Colin Cross
2020-10-06
Make lots of tests run in parallel
Colin Cross
2020-06-01
Soong package structure refactoring
Jaewoong Jung
2019-12-18
Move filesystem into Config
Colin Cross
2019-12-13
Use empty string for core image variant
Colin Cross
2019-12-06
Move ImageMutator after archMutator
Colin Cross
2019-11-25
Make TestContext.RegisterModuleType take an android.ModuleFactory
Colin Cross
2019-10-03
Replace RelPathString() with ToMakePath()
Colin Cross
2019-07-22
fix: prebuilt_etc_xml
Jooyung Han
2019-03-20
Replace ctx.ExpandSources with android.PathsForModuleSrc
Colin Cross
2019-03-07
Annotate paths and deprecate ExtractSource(s)Deps
Colin Cross
2018-04-28
Add prebuilt_etc_xml
Jiyong Park