Home
last modified time | relevance | path

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

/aosp12/system/tools/xsdc/build/
H A Dxsdc.go103 type ApiToCheck struct { struct
104 Api_file *string
105 Removed_api_file *string
106 Args *string
/aosp12/build/soong/java/
H A Ddroiddoc.go103 type ApiToCheck struct { struct
106 Api_file *string `android:"path"`
111 Removed_api_file *string `android:"path"`
114 Baseline_file *string `android:"path"`
117 Args *string
182 func apiCheckEnabled(ctx android.ModuleContext, apiToCheck ApiToCheck, apiVersionTag string) bool {