Home
last modified time | relevance | path

Searched refs:ApexKeyFactory (Results 1 – 3 of 3) sorted by relevance

/build/soong/bp2build/
Dapex_key_conversion_test.go36 moduleTypeUnderTestFactory: apex.ApexKeyFactory,
Dapex_conversion_test.go39 ctx.RegisterModuleType("apex_key", apex.ApexKeyFactory)
/build/soong/apex/
Dkey.go35 ctx.RegisterModuleType("apex_key", ApexKeyFactory)
62 func ApexKeyFactory() android.Module { func