]> Cypherpunks repositories - gostls13.git/commitdiff
misc/android: add build constraints on files intended to be built by filename only
authorBryan C. Mills <bcmills@google.com>
Thu, 21 Feb 2019 14:20:42 +0000 (09:20 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 22 Feb 2019 16:05:15 +0000 (16:05 +0000)
Updates #30228

Change-Id: I91a763d94de935d9102d927b5cefee564bbf049b
Reviewed-on: https://go-review.googlesource.com/c/163208
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/android/cleaner.go
misc/android/go_android_exec.go

index dafb1626976a25b5143c8abb05ba8ac21a9aaf11..edbbdcd0ef2869bdd46a1a394db2be875ca5e21e 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build ignore
+
 // Cleaner removes anything from /data/local/tmp/goroot not on a builtin list.
 // Used by androidtest.bash.
 package main
index c6270872c7787f07d5f3c7df199691613710968b..2376e29796a7fd358bf880ea85d4b3863f1a4fdb 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+// +build ignore
+
 // This program can be used as go_android_GOARCH_exec by the Go tool.
 // It executes binaries on an android device using adb.
 package main