mirror of
https://github.com/tailscale/tailscale.git
synced 2025-07-29 15:23:45 +00:00
ipn/localapi: enable TLS cert issuance API on android
Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
parent
1f029180c7
commit
a3c9ca1611
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user