Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3d3ad16 authored by Colin Cross's avatar Colin Cross
Browse files

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

This reverts commit 192e3aa6.

Reason for revert: broke mac tests

Change-Id: I3f4c679e11d9361dbc2daaf6c89282259b225d61
parent 192e3aa6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -21,14 +21,10 @@ bootstrap_go_package {
        "blueprint",
        "blueprint-proptools",
        "soong-android",
        "soong-cc",
        "soong-cc-config",
    ],
    srcs: [
        "bpf.go",
    ],
    testSrcs: [
        "bpf_test.go",
    ],
    pluginFor: ["soong_build"],
}
+0 −7
Original line number Diff line number Diff line
@@ -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,