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

Commit 5e1308f1 authored by Paul Duffin's avatar Paul Duffin Committed by Automerger Merge Worker
Browse files

Merge "Install updatable-bcp-packages.txt and boot-image.bprof" am: 225e4dba...

Merge "Install updatable-bcp-packages.txt and boot-image.bprof" am: 225e4dba am: 65597020 am: 69069708

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1699203

Change-Id: I9d9dd64c8ba4c2512403a647c322964f225d35d9
parents fc84067b 69069708
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
}