Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40be9bb8 authored by Liz Kammer's avatar Liz Kammer Committed by Gerrit Code Review
Browse files

Merge "Set sdk_version for prebuilt_api to scope"

parents 75fd4880 f971af79
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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)