Searched refs:Check_api (Results 1 – 2 of 2) sorted by relevance
/build/soong/java/ |
D | droiddoc.go | 204 Check_api struct { member 231 Check_api struct { member 790 if Bool(d.properties.Check_api.Ignore_missing_latest_api) { 791 ignoreMissingModules(ctx, &d.properties.Check_api.Last_released) 878 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") || 879 apiCheckEnabled(ctx, d.properties.Check_api.Last_released, "last_released") || 887 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") || 888 apiCheckEnabled(ctx, d.properties.Check_api.Last_released, "last_released") || 1081 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") && 1084 apiFile := android.PathForModuleSrc(ctx, String(d.properties.Check_api.Current.Api_file)) [all …]
|
D | sdk_library.go | 1206 Check_api struct { 1293 props.Check_api.Current.Api_file = proptools.StringPtr(currentApiFileName) 1294 props.Check_api.Current.Removed_api_file = proptools.StringPtr(removedApiFileName) 1299 props.Check_api.Last_released.Api_file = latestApiFilegroupName 1300 props.Check_api.Last_released.Removed_api_file = proptools.StringPtr( 1302 props.Check_api.Ignore_missing_latest_api = proptools.BoolPtr(true) 1306 props.Check_api.Api_lint.Enabled = proptools.BoolPtr(true) 1307 props.Check_api.Api_lint.New_since = latestApiFilegroupName 1317 props.Check_api.Api_lint.Baseline_file = proptools.StringPtr(baselinePath)
|