ipn/store: don't link in AWS & Kubernetes stuff on Android

Android is Linux, but that not much Linux.

Updates #12614

Change-Id: Ice80bd3e3d173511c30d05a43d25a31e18928db7
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick
2025-05-07 09:26:28 -07:00
committed by Brad Fitzpatrick
parent 04936d6c05
commit fd263adc1b
3 changed files with 82 additions and 82 deletions

View File

@@ -1,7 +1,7 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
//go:build (ts_kube || (linux && (arm64 || amd64))) && !ts_omit_kube
//go:build (ts_kube || (linux && (arm64 || amd64) && !android)) && !ts_omit_kube
package store