lib/osutil: Use unix lowprio implementation on Android (#4844)

This commit is contained in:
Audrius Butkevicius 2018-03-27 22:03:09 +01:00 committed by GitHub
parent 8ac11f19bd
commit 720e8dedbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build !android
package osutil
import (

View File

@ -4,7 +4,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
// +build !windows,!linux
// +build !windows,!linux android
package osutil