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

Commit 16f805f9 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

am: d071209f

Change-Id: I4e2e84105020b50ccca81501e3e2f2304b22bb18
parents 33fef427 d071209f
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)