summaryrefslogtreecommitdiff
path: root/android/singleton_module_test.go
AgeCommit message (Collapse)Author
2021-03-22Remove uses of FixtureFactory from android packagePaul Duffin
Bug: 183235980 Test: m nothing Change-Id: I72898ada020ee1a73fd534c61afb5c22fa00c1e5
2021-03-18Convert android/singleton_module_test.go to test fixturesPaul Duffin
Bug: 182885307 Test: m nothing Change-Id: I7f9f3eb66279fe5a2447aefa9b636144c32ce92a
2021-01-07Add a new SingletonModule typeColin 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