commit | 1cbb82abab1e31bb6b63b0d1fda8071b9e72510e | [log] [tgz] |
---|---|---|
author | Dan Willemsen <[email protected]> | Mon Aug 08 23:13:50 2022 -0700 |
committer | Dan Willemsen <[email protected]> | Mon Aug 08 23:13:50 2022 -0700 |
tree | 0e5f3aa19e565f55af959952e1ab18c1d6f55ac2 | |
parent | e636a02221aa495dad74ebabc5b72fa718ddc581 [diff] [blame] |
Update linux-x86 Go prebuilts from ab/8921581 https://ci.android.com/builds/branches/aosp-build-tools-release/grid?head=8921581&tail=8921581 Update script: toolchain/go/update-prebuilts.sh Test: Treehugger presubmit Change-Id: Ieac5e31af3fa5d5e6122345d7e22913f1e187662
diff --git a/src/net/dnsconfig_unix_test.go b/src/net/dnsconfig_unix_test.go index 4d35221..513f624 100644 --- a/src/net/dnsconfig_unix_test.go +++ b/src/net/dnsconfig_unix_test.go
@@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris +//go:build unix package net