Home
last modified time | relevance | path

Searched defs:singletonAdaptor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/soong/android/
H A Dsingleton.go102 type singletonAdaptor struct { struct
103 Singleton
105 buildParams []BuildParams
106 ruleParams map[blueprint.Rule]blueprint.RuleParams
111 func (s *singletonAdaptor) GenerateBuildActions(ctx blueprint.SingletonContext) {
123 func (s *singletonAdaptor) BuildParamsForTests() []BuildParams {
127 func (s *singletonAdaptor) RuleParamsForTests() map[blueprint.Rule]blueprint.RuleParams {