Merge "Set sdk_version for prebuilt_api to scope"
This commit is contained in:
@@ -83,8 +83,7 @@ func createImport(mctx android.LoadHookContext, module string, scope string, api
|
||||
}{}
|
||||
props.Name = proptools.StringPtr(prebuiltApiModuleName(mctx, module, scope, apiver))
|
||||
props.Jars = append(props.Jars, path)
|
||||
// TODO(hansson): change to scope after migration is done.
|
||||
props.Sdk_version = proptools.StringPtr("current")
|
||||
props.Sdk_version = proptools.StringPtr(scope)
|
||||
props.Installable = proptools.BoolPtr(false)
|
||||
|
||||
mctx.CreateModule(ImportFactory, &props)
|
||||
|
Reference in New Issue
Block a user