Home
last modified time | relevance | path

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

/build/soong/bp2build/
Dcc_library_conversion_test.go61 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
142 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
209 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
258 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
336 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
361 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
398 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
429 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
491 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
517 moduleTypeUnderTestBp2BuildMutator: cc.CcLibraryBp2Build,
/build/soong/cc/
Dlibrary.go210 android.RegisterBp2BuildMutator("cc_library", CcLibraryBp2Build)
266 func CcLibraryBp2Build(ctx android.TopDownMutatorContext) { func