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

Commit 51cb5ee0 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Add bpf_test.go to build and fix the tests

am: 192e3aa6

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