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

This commit is contained in:
Paul Duffin
2021-05-07 14:14:20 +00:00
committed by Gerrit Code Review

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
}