Searched refs:Check_api (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | droidstubs.go | 85 Check_api struct { member 261 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") || 262 apiCheckEnabled(ctx, d.properties.Check_api.Last_released, "last_released") || 268 …} else if sourceApiFile := proptools.String(d.properties.Check_api.Current.Api_file); sourceApiFil… 273 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") || 274 apiCheckEnabled(ctx, d.properties.Check_api.Last_released, "last_released") || 280 …} else if sourceRemovedApiFile := proptools.String(d.properties.Check_api.Current.Removed_api_file… 547 if BoolDefault(d.properties.Check_api.Api_lint.Enabled, false) { 550 newSince := android.OptionalPathForModuleSrc(ctx, d.properties.Check_api.Api_lint.New_since) 566 …baselineFile := android.OptionalPathForModuleSrc(ctx, d.properties.Check_api.Api_lint.Baseline_fil… [all …]
|
D | sdk_library.go | 1473 Check_api struct { 1557 props.Check_api.Current.Api_file = proptools.StringPtr(currentApiFileName) 1558 props.Check_api.Current.Removed_api_file = proptools.StringPtr(removedApiFileName) 1564 props.Check_api.Last_released.Api_file = latestApiFilegroupName 1565 props.Check_api.Last_released.Removed_api_file = proptools.StringPtr( 1567 props.Check_api.Last_released.Baseline_file = proptools.StringPtr( 1572 props.Check_api.Api_lint.Enabled = proptools.BoolPtr(true) 1573 props.Check_api.Api_lint.New_since = latestApiFilegroupName 1583 props.Check_api.Api_lint.Baseline_file = proptools.StringPtr(baselinePath)
|
/build/soong/sysprop/ |
D | sysprop_library.go | 43 Check_api *string member 106 ctx.AddFarVariationDependencies(nil, nil, proptools.String(g.properties.Check_api)) 507 Check_api: proptools.StringPtr(ctx.ModuleName()), 537 Check_api: proptools.StringPtr(ctx.ModuleName()),
|