summaryrefslogtreecommitdiff
path: root/android_shared_stub.go
blob: 9ebe1a3f37c7c158a89cbced34430ae16e48a1f0 (plain)
1
2
3
4
5
//go:build !android

package main

func readSharedFromCache() (string, error) { return "", nil }