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

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

Merge "Install updatable-bcp-packages.txt and boot-image.bprof"

parents 320055eb be007d18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -790,7 +790,7 @@ func bootImageProfileRule(ctx android.SingletonContext, image *bootImageConfig)

	rule.Build("bootJarsProfile", "profile boot jars")

	image.profileInstalls = rule.Installs()
	image.profileInstalls = append(image.profileInstalls, rule.Installs()...)

	return profile
}