Set sdk_version for prebuilt_api to scope
Remove old TODO setting sdk_version to "current" as the associated bug appears to have been fixed. Test: m checkapi Change-Id: I7737fbd17d2f54fc4578e04d07875b4b8d408ef9
This commit is contained in:
parent
ed62b9cc2a
commit
f971af7997
|
@ -83,8 +83,7 @@ func createImport(mctx android.LoadHookContext, module string, scope string, api
|
||||||
}{}
|
}{}
|
||||||
props.Name = proptools.StringPtr(prebuiltApiModuleName(mctx, module, scope, apiver))
|
props.Name = proptools.StringPtr(prebuiltApiModuleName(mctx, module, scope, apiver))
|
||||||
props.Jars = append(props.Jars, path)
|
props.Jars = append(props.Jars, path)
|
||||||
// TODO(hansson): change to scope after migration is done.
|
props.Sdk_version = proptools.StringPtr(scope)
|
||||||
props.Sdk_version = proptools.StringPtr("current")
|
|
||||||
props.Installable = proptools.BoolPtr(false)
|
props.Installable = proptools.BoolPtr(false)
|
||||||
|
|
||||||
mctx.CreateModule(ImportFactory, &props)
|
mctx.CreateModule(ImportFactory, &props)
|
||||||
|
|
Loading…
Reference in New Issue