Revert "Add bpf_test.go to build and fix the tests"

This reverts commit 192e3aa6a86c486c976cdd8587d5700aeb304241.

Reason for revert: broke mac tests

Change-Id: I3f4c679e11d9361dbc2daaf6c89282259b225d61
diff --git a/bpf/Android.bp b/bpf/Android.bp
index 882cd8a..7bd4d44 100644
--- a/bpf/Android.bp
+++ b/bpf/Android.bp
@@ -21,14 +21,10 @@
         "blueprint",
         "blueprint-proptools",
         "soong-android",
-        "soong-cc",
         "soong-cc-config",
     ],
     srcs: [
         "bpf.go",
     ],
-    testSrcs: [
-        "bpf_test.go",
-    ],
     pluginFor: ["soong_build"],
 }
diff --git a/bpf/bpf_test.go b/bpf/bpf_test.go
index 2f49274..1d53e41 100644
--- a/bpf/bpf_test.go
+++ b/bpf/bpf_test.go
@@ -91,13 +91,6 @@
 			src: "",
 		}
 
-		toolchain_library {
-			name: "libgcc_stripped",
-			vendor_available: true,
-			recovery_available: true,
-			src: "",
-		}
-
 		cc_library {
 			name: "libc",
 			no_libgcc: true,