summaryrefslogtreecommitdiff
path: root/android/singleton_module.go
AgeCommit message (Collapse)Author
2024-09-09Remove extra space in error message Spandan Das
Change-Id: I45420afc37736ec8fecd0c489c35c14b377a71a5 Test: N/A
2021-01-07Add 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