index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android
/
module_test.go
Age
Commit message (
Expand
)
Author
2025-02-12
Don't panic in ModuleForTests and friends
Colin Cross
2025-02-06
Add a unit test for module name enforcement
Spandan Das
2024-12-17
Always install to out/target instead of out/soong/target
Cole Faust
2024-11-12
Change GetModuleFromPathDep to use ModuleProxy.
Yu Liu
2024-09-24
Check if vintf_fragment modules' target partition
Kiyoung Kim
2024-08-26
Merge "Make the defaults property non-configurable" into main
Treehugger Robot
2024-08-23
Make the defaults property non-configurable
Cole Faust
2024-08-21
Remove outputFiles from ModuleBase.
Yu Liu
2024-07-23
Make the defaults property configurable
Inseob Kim
2024-07-12
Use OutputFilesProvider in module_test
mrziwang
2024-01-18
Remove SymlinkOutputs
Cole Faust
2022-10-04
Make OutputFileForModule work for AllowMissingDependencies
Colin Cross
2022-08-22
Add a new `test_options.tags` attribute to customize test execution
Zhenhuang Wang
2022-08-17
Move common test_options properties into the android package
Zhenhuang Wang
2022-03-25
Add values to json module graph
Liz Kammer
2022-02-22
Merge "Move functionality to test install rules into testing.go."
Treehugger Robot
2022-02-11
Support multiple library names per target.
Bob Badour
2022-02-10
Move functionality to test install rules into testing.go.
Martin Stjernholm
2022-01-11
Add SetProperties to json-module-graph
Liz Kammer
2021-12-15
Remove InstallBypassMake and ToMakePath
Colin Cross
2021-11-09
Fix InstallBypassMake symlink dependencies
Colin Cross
2021-11-09
Add tests for ctx.InstallFile
Colin Cross
2021-07-12
Use bazel syntax for fully qualified name in path property
Paul Duffin
2021-03-22
Remove uses of FixtureFactory from android package
Paul Duffin
2021-03-17
Convert android/module_test.go to test fixtures
Paul Duffin
2020-11-27
Expand dist property checks to cover dists
Paul Duffin
2020-11-12
Pass Config to NewTestContext instead of ctx.Register
Colin Cross
2020-10-19
Add symlink_outputs support to Soong.
Jingwen Chen
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
2019-12-18
Move filesystem into Config
Colin Cross
2019-11-25
Make TestContext.RegisterModuleType take an android.ModuleFactory
Colin Cross
2019-08-26
soong: Add tests for depending on disabled module
Jooyung Han
2019-06-04
Support tagged module references
Colin Cross