summaryrefslogtreecommitdiff
path: root/android_shared_stub.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-09 08:38:33 +0300
committerPaul Buetow <paul@buetow.org>2026-04-09 08:38:33 +0300
commit7c08fe44282c076e2470fe19a1eacff209cfa4f2 (patch)
tree65410fe3a626740a33861d93995335bb735fdece /android_shared_stub.go
parenta4d5a70aa998b315e69d7a945a57ade083505011 (diff)
Fix shared text cache cleanup
Diffstat (limited to 'android_shared_stub.go')
-rw-r--r--android_shared_stub.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/android_shared_stub.go b/android_shared_stub.go
index 9ebe1a3..82429f7 100644
--- a/android_shared_stub.go
+++ b/android_shared_stub.go
@@ -3,3 +3,5 @@
package main
func readSharedFromCache() (string, error) { return "", nil }
+
+func sharedTextCachePath() string { return "" }