summaryrefslogtreecommitdiff
path: root/bpf/bpf_test.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2019-05-14 22:46:24 +0000
committer Colin Cross <ccross@android.com> 2019-05-14 22:46:24 +0000
commitd3d3ad1686af159b0cf9d7c1315c1b48c30190a6 (patch)
treed5344c1640fdef0d791511d84feef1826c06e019 /bpf/bpf_test.go
parent192e3aa6a86c486c976cdd8587d5700aeb304241 (diff)
Revert "Add bpf_test.go to build and fix the tests"
This reverts commit 192e3aa6a86c486c976cdd8587d5700aeb304241. Reason for revert: broke mac tests Change-Id: I3f4c679e11d9361dbc2daaf6c89282259b225d61
Diffstat (limited to 'bpf/bpf_test.go')
-rw-r--r--bpf/bpf_test.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/bpf/bpf_test.go b/bpf/bpf_test.go
index 2f492748c..1d53e4138 100644
--- a/bpf/bpf_test.go
+++ b/bpf/bpf_test.go
@@ -91,13 +91,6 @@ func testContext(bp string) *android.TestContext {
src: "",
}
- toolchain_library {
- name: "libgcc_stripped",
- vendor_available: true,
- recovery_available: true,
- src: "",
- }
-
cc_library {
name: "libc",
no_libgcc: true,