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

Commit 3704c266 authored by Paul Duffin's avatar Paul Duffin Committed by android-build-merger
Browse files

Merge "core_current does not include framework libraries"

am: bf46d96c

Change-Id: I269544959da1f2fcad31c4222042475508a4138a
parents 1ee24e40 bf46d96c
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
	}