Searched refs:Check_api (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | droidstubs.go | 81 Check_api struct { member 249 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") || 250 apiCheckEnabled(ctx, d.properties.Check_api.Last_released, "last_released") || 256 …} else if sourceApiFile := proptools.String(d.properties.Check_api.Current.Api_file); sourceApiFil… 261 if apiCheckEnabled(ctx, d.properties.Check_api.Current, "current") || 262 apiCheckEnabled(ctx, d.properties.Check_api.Last_released, "last_released") || 268 …} else if sourceRemovedApiFile := proptools.String(d.properties.Check_api.Current.Removed_api_file… 498 if BoolDefault(d.properties.Check_api.Api_lint.Enabled, false) { 501 newSince := android.OptionalPathForModuleSrc(ctx, d.properties.Check_api.Api_lint.New_since) 517 …baselineFile := android.OptionalPathForModuleSrc(ctx, d.properties.Check_api.Api_lint.Baseline_fil… [all …]
|
D | sdk_library.go | 1419 Check_api struct { 1502 props.Check_api.Current.Api_file = proptools.StringPtr(currentApiFileName) 1503 props.Check_api.Current.Removed_api_file = proptools.StringPtr(removedApiFileName) 1509 props.Check_api.Last_released.Api_file = latestApiFilegroupName 1510 props.Check_api.Last_released.Removed_api_file = proptools.StringPtr( 1512 props.Check_api.Last_released.Baseline_file = proptools.StringPtr( 1517 props.Check_api.Api_lint.Enabled = proptools.BoolPtr(true) 1518 props.Check_api.Api_lint.New_since = latestApiFilegroupName 1528 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)) 502 Check_api: proptools.StringPtr(ctx.ModuleName()), 532 Check_api: proptools.StringPtr(ctx.ModuleName()),
|