Home
last modified time | relevance | path

Searched defs:headerAbiCheckerProperties (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dsabi.go30 type headerAbiCheckerProperties struct { struct
32 Enabled *bool
36 Symbol_file *string `android:"path"`
39 Exclude_symbol_versions []string
42 Exclude_symbol_tags []string
46 Check_all_apis *bool
49 Diff_flags []string
52 Ref_dump_dirs []string
55 func (props *headerAbiCheckerProperties) enabled() bool {
59 func (props *headerAbiCheckerProperties) explicitlyDisabled() bool {