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

Commit d071209f authored by Nan Zhang's avatar Nan Zhang Committed by android-build-merger
Browse files

Enable prebuilt jar installation in framework am: 4973ecff

am: 803b41fe

Change-Id: I189e0a617ed94e271dfb239cfec8f57357492ec9
parents 78f20271 803b41fe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1573,6 +1573,10 @@ func (j *Import) GenerateAndroidBuildActions(ctx android.ModuleContext) {
	})

	j.exportedSdkLibs = android.FirstUniqueStrings(j.exportedSdkLibs)
	if Bool(j.properties.Installable) {
		ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"),
			ctx.ModuleName()+".jar", outputFile)
	}
}

var _ Dependency = (*Import)(nil)