Home
last modified time | relevance | path

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

/build/soong/cc/
Dsabi.go40 type sabi struct { struct
44 func (sabi *sabi) props() []interface{} { argument
45 return []interface{}{&sabi.Properties}
48 func (sabi *sabi) begin(ctx BaseModuleContext) {} argument
50 func (sabi *sabi) deps(ctx BaseModuleContext, deps Deps) Deps { argument
54 func (sabi *sabi) flags(ctx ModuleContext, flags Flags) Flags { argument
68 func (sabi *sabi) shouldCreateSourceAbiDump() bool { argument
69 return sabi != nil && sabi.Properties.ShouldCreateSourceAbiDump
128 return m.sabi.shouldCreateSourceAbiDump()
188 if m, ok := mctx.Module().(*Module); ok && m.sabi != nil {
[all …]
DAndroid.bp38 "sabi.go",
Dlibrary.go487 sabi *sabi member
856 if library.sabi.shouldCreateSourceAbiDump() {
862 for _, reexportedInclude := range library.sabi.Properties.ReexportedIncludes {
1392 if library.sabi.shouldCreateSourceAbiDump() {
1408 for _, reexportedInclude := range library.sabi.Properties.ReexportedIncludes {
1906 sabi: module.sabi,