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 --- android/module_context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') diff --git a/android/module_context.go b/android/module_context.go index 1851e7c94..45a8e5c7a 100644 --- a/android/module_context.go +++ b/android/module_context.go @@ -816,7 +816,7 @@ func (m *moduleContext) InstallAbsoluteSymlink(installPath InstallPath, name str }) if !m.Config().KatiEnabled() { m.Build(pctx, BuildParams{ - Rule: Symlink, + Rule: SymlinkWithBash, Description: "install symlink " + fullInstallPath.Base() + " -> " + absPath, Output: fullInstallPath, Args: map[string]string{ -- cgit v1.2.3-59-g8ed1b