Use WithBash actions
To avoid reruns when switching between soong-only and soong+make.
Test: Presubmits
Change-Id: Ied2a6f6a9647d32dd4ef7d73ed1b19edf355631c
diff --git a/android/module_context.go b/android/module_context.go
index 1851e7c..45a8e5c 100644
--- a/android/module_context.go
+++ b/android/module_context.go
@@ -816,7 +816,7 @@
})
if !m.Config().KatiEnabled() {
m.Build(pctx, BuildParams{
- Rule: Symlink,
+ Rule: SymlinkWithBash,
Description: "install symlink " + fullInstallPath.Base() + " -> " + absPath,
Output: fullInstallPath,
Args: map[string]string{