diff options
Diffstat (limited to 'filesystem')
-rw-r--r-- | filesystem/android_device_product_out.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/android_device_product_out.go b/filesystem/android_device_product_out.go index 6ac89ad6e..2c8cad6c0 100644 --- a/filesystem/android_device_product_out.go +++ b/filesystem/android_device_product_out.go @@ -70,7 +70,7 @@ func (a *androidDevice) copyFilesToProductOutForSoongOnly(ctx android.ModuleCont // if that's the case. if fip.SymlinkTarget == "" { ctx.Build(pctx, android.BuildParams{ - Rule: android.Cp, + Rule: android.CpWithBash, Input: fip.SourcePath, Output: fip.FullInstallPath, }) |