//go:build !android package main func readSharedFromCache() (string, error) { return "", nil } func sharedTextCachePath() string { return "" }