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

Commit bf46d96c authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "core_current does not include framework libraries"

parents 30057808 7aae6e77
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -153,6 +153,8 @@ func decodeSdkDep(ctx android.BaseModuleContext, sdkContext sdkContext) sdkDep {

		if m == "core.current.stubs" {
			ret.systemModules = "core-current-stubs-system-modules"
			// core_current does not include framework classes.
			ret.noFrameworksLibs = true
		}
		return ret
	}