Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-22 | Remove uses of FixtureFactory from android package | Paul Duffin | |
Bug: 183235980 Test: m nothing Change-Id: I72898ada020ee1a73fd534c61afb5c22fa00c1e5 | |||
2021-03-18 | Convert android/singleton_module_test.go to test fixtures | Paul Duffin | |
Bug: 182885307 Test: m nothing Change-Id: I7f9f3eb66279fe5a2447aefa9b636144c32ce92a | |||
2021-01-07 | Add a new SingletonModule type | Colin Cross | |
A SingletonModule is halfway between a Singleton and a Module. It has access to visiting other modules via its GenerateSingletonBuildActions method, but must be defined in an Android.bp file and can also be depended on like a module. Bug: 176904285 Test: singleton_module_test.go Change-Id: I1b2bfdfb3927c1eabf431c53213cb7c581e33ca4 |