diff options
| author | David Anderson <dave@natulte.net> | 2025-04-23 13:42:50 -0700 |
|---|---|---|
| committer | David Anderson <dave@natulte.net> | 2025-04-23 13:43:08 -0700 |
| commit | a3c9ca161165938d1ac445f153240304eb0ab6d4 (patch) | |
| tree | 70d44cef9863a7e8e81feb39e7a8f94ad5a5ef98 | |
| parent | 1f029180c74c63b922858026b17bc0a3b8c2ee70 (diff) | |
| download | tailscale-push-ykxypyzonmux.tar.xz tailscale-push-ykxypyzonmux.zip | |
ipn/localapi: enable TLS cert issuance API on androidpush-ykxypyzonmux
Signed-off-by: David Anderson <dave@natulte.net>
| -rw-r--r-- | ipn/localapi/cert.go | 2 | ||||
| -rw-r--r-- | ipn/localapi/disabled_stubs.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ipn/localapi/cert.go b/ipn/localapi/cert.go index 323406f7b..477d6e969 100644 --- a/ipn/localapi/cert.go +++ b/ipn/localapi/cert.go @@ -1,7 +1,7 @@ // Copyright (c) Tailscale Inc & AUTHORS // SPDX-License-Identifier: BSD-3-Clause -//go:build !ios && !android && !js +//go:build !ios && !js package localapi diff --git a/ipn/localapi/disabled_stubs.go b/ipn/localapi/disabled_stubs.go index c744f34d5..0e193ca24 100644 --- a/ipn/localapi/disabled_stubs.go +++ b/ipn/localapi/disabled_stubs.go @@ -1,7 +1,7 @@ // Copyright (c) Tailscale Inc & AUTHORS // SPDX-License-Identifier: BSD-3-Clause -//go:build ios || android || js +//go:build ios || js package localapi |
