Home
last modified time | relevance | path

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

/build/soong/cc/
Dlibrary.go613 func (library *libraryDecorator) shouldCreateSourceAbiDump(ctx ModuleContext) bool { func
614 if !ctx.shouldCreateSourceAbiDump() {
652 if library.shouldCreateSourceAbiDump(ctx) || library.sabi.Properties.CreateSAbiDumps {
1079 if library.shouldCreateSourceAbiDump(ctx) {
Dcc.go339 shouldCreateSourceAbiDump() bool methodSpec
1215 func (ctx *moduleContextImpl) shouldCreateSourceAbiDump() bool { func