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
/
androidmk_test.go
Age
Commit message (
Expand
)
Author
2025-02-25
Divorce disting from androidmk
Cole Faust
2025-02-24
Remove DistFiles from AndroidMk datastructures
Cole Faust
2025-02-12
Don't panic in ModuleForTests and friends
Colin Cross
2024-10-29
Revert^2 "Convert cc modules to use AndroidMkInfoProvider."
Yu Liu
2024-10-17
Revert "Convert cc modules to use AndroidMkInfoProvider."
Priyanka Advani (xWF)
2024-10-15
Convert cc modules to use AndroidMkInfoProvider.
Yu Liu
2024-08-27
Remove licenseMetadataFile and installFiles from ModuleBase.
Yu Liu
2024-07-01
Use OutputFilesProvider on some android test modules
mrziwang
2024-06-27
Revert "Use OutputFilesProvider on buildinfo_prop and some android test modules"
Zi Wang
2024-06-27
Use OutputFilesProvider on buildinfo_prop and some android test modules
mrziwang
2022-06-01
Make sure dist files have license metadata.
Bob Badour
2022-03-24
Allow appending artifact in dist with product name
Trevor Radcliffe
2021-10-18
Reduce modules exposed to Make in Mac builds
Dan Willemsen
2021-03-22
Remove uses of FixtureFactory from android package
Paul Duffin
2021-03-17
Convert android/androidmk_test.go to test fixtures
Paul Duffin
2021-02-19
Add ctx to AndroidMkExtraEntriesFunc
Colin Cross
2020-11-27
Generalize the handling of dist tags
Paul Duffin
2020-11-27
Differentiate between no dist tag and an empty dist tag
Paul Duffin
2020-11-27
Improve test coverage of dist processing code
Paul Duffin
2020-11-27
Remove duplicate tests from TestGetDistForGoals
Paul Duffin
2020-11-27
Separate dist processing from make specific output
Paul Duffin
2020-11-27
Extract method to process bp file for androidmk_test.go
Paul Duffin
2020-11-25
Improve TestGetDistForGoals debuggability
Paul Duffin
2020-11-23
Refactor 'in_make' to mean Kati is not skipped.
Jingwen Chen
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-07-21
Fix dist(s)-with-tag and add tests to prevent regression.
Jingwen Chen
2020-06-25
Support multiple dists per Android.bp module, and dist output selection.
Jingwen Chen
2019-12-18
Move filesystem into Config
Colin Cross
2019-11-25
Make TestContext.RegisterModuleType take an android.ModuleFactory
Colin Cross
2019-07-16
soong: Fix AndroidMk with *Required properties
Jooyung Han