From 2526b480688f961ac0baa2057c5f9247ad098bd5 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 12 Feb 2025 18:23:37 -0800 Subject: Use WithBash actions To avoid reruns when switching between soong-only and soong+make. Test: Presubmits Change-Id: Ied2a6f6a9647d32dd4ef7d73ed1b19edf355631c --- filesystem/android_device_product_out.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filesystem') 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, }) -- cgit v1.2.3-59-g8ed1b