From a3c9ca161165938d1ac445f153240304eb0ab6d4 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 23 Apr 2025 13:42:50 -0700 Subject: [PATCH] ipn/localapi: enable TLS cert issuance API on android Signed-off-by: David Anderson --- ipn/localapi/cert.go | 2 +- 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