summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-02-12 20:05:12 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-02-12 20:05:12 -0800
commitc0a00df42e8f63caa3070c80a1e40db22bc574cc (patch)
tree0587983130279d980c3330badbc8a6dfaf9ca619 /android
parentee8e44dabc698f3d5c1d518f9d0e07e63f4dde32 (diff)
parent2526b480688f961ac0baa2057c5f9247ad098bd5 (diff)
Merge "Use WithBash actions" into main
Diffstat (limited to 'android')
-rw-r--r--android/module_context.go2
1 files changed, 1 insertions, 1 deletions
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{