Fix Rel() after ReplaceExtension or InSameDir am: 2cdd5df7cc
am: 54466adccc
am: ea72c068c3
Change-Id: I0292ca0c18a2f57619402bc648f4f8ec244eba7d
This commit is contained in:
@@ -114,7 +114,7 @@ func defaultBootImageConfig(ctx android.PathContext) bootImageConfig {
|
||||
|
||||
for _, target := range ctx.Config().Targets[android.Android] {
|
||||
images[target.Arch.ArchType] = dir.Join(ctx,
|
||||
"system/framework", target.Arch.ArchType.String(), "boot.art")
|
||||
"system/framework", target.Arch.ArchType.String()).Join(ctx, "boot.art")
|
||||
}
|
||||
|
||||
return bootImageConfig{
|
||||
|
Reference in New Issue
Block a user