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

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

Change-Id: I4954e75a300a11f86a20e7113afaeec107295faf
This commit is contained in:
Paul Duffin
2021-05-07 15:04:51 +00:00
committed by Automerger Merge Worker

View File

@@ -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
}