Revert "Add bpf_test.go to build and fix the tests"
This reverts commit 192e3aa6a8
.
Reason for revert: broke mac tests
Change-Id: I3f4c679e11d9361dbc2daaf6c89282259b225d61
This commit is contained in:
parent
192e3aa6a8
commit
d3d3ad1686
|
@ -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"],
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue