Home
last modified time | relevance | path

Searched refs:BundleFactory (Results 1 – 2 of 2) sorted by relevance

/build/soong/bp2build/
Dapex_conversion_test.go48 moduleTypeUnderTestFactory: apex.BundleFactory,
164 moduleTypeUnderTestFactory: apex.BundleFactory,
198 moduleTypeUnderTestFactory: apex.BundleFactory,
237 moduleTypeUnderTestFactory: apex.BundleFactory,
258 moduleTypeUnderTestFactory: apex.BundleFactory,
284 moduleTypeUnderTestFactory: apex.BundleFactory,
302 moduleTypeUnderTestFactory: apex.BundleFactory,
/build/soong/apex/
Dapex.go47 ctx.RegisterModuleType("apex", BundleFactory)
2405 func BundleFactory() android.Module { func