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",
|
||||||
"blueprint-proptools",
|
"blueprint-proptools",
|
||||||
"soong-android",
|
"soong-android",
|
||||||
"soong-cc",
|
|
||||||
"soong-cc-config",
|
"soong-cc-config",
|
||||||
],
|
],
|
||||||
srcs: [
|
srcs: [
|
||||||
"bpf.go",
|
"bpf.go",
|
||||||
],
|
],
|
||||||
testSrcs: [
|
|
||||||
"bpf_test.go",
|
|
||||||
],
|
|
||||||
pluginFor: ["soong_build"],
|
pluginFor: ["soong_build"],
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,13 +91,6 @@ func testContext(bp string) *android.TestContext {
|
||||||
src: "",
|
src: "",
|
||||||
}
|
}
|
||||||
|
|
||||||
toolchain_library {
|
|
||||||
name: "libgcc_stripped",
|
|
||||||
vendor_available: true,
|
|
||||||
recovery_available: true,
|
|
||||||
src: "",
|
|
||||||
}
|
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libc",
|
name: "libc",
|
||||||
no_libgcc: true,
|
no_libgcc: true,
|
||||||
|
|
Loading…
Reference in New Issue