ipn/localapi: enable TLS cert issuance API on android

Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
David Anderson 2025-04-23 13:42:50 -07:00
parent 1f029180c7
commit a3c9ca1611
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Copyright (c) Tailscale Inc & AUTHORS // Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
//go:build !ios && !android && !js //go:build !ios && !js
package localapi package localapi

View File

@ -1,7 +1,7 @@
// Copyright (c) Tailscale Inc & AUTHORS // Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause // SPDX-License-Identifier: BSD-3-Clause
//go:build ios || android || js //go:build ios || js
package localapi package localapi