diff options
author | 2025-02-12 20:05:12 -0800 | |
---|---|---|
committer | 2025-02-12 20:05:12 -0800 | |
commit | c0a00df42e8f63caa3070c80a1e40db22bc574cc (patch) | |
tree | 0587983130279d980c3330badbc8a6dfaf9ca619 /filesystem | |
parent | ee8e44dabc698f3d5c1d518f9d0e07e63f4dde32 (diff) | |
parent | 2526b480688f961ac0baa2057c5f9247ad098bd5 (diff) |
Merge "Use WithBash actions" into main
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, }) |