summaryrefslogtreecommitdiff
path: root/bpf/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'bpf/Android.bp')
-rw-r--r--bpf/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/bpf/Android.bp b/bpf/Android.bp
index 7bd4d4431..882cd8afe 100644
--- a/bpf/Android.bp
+++ b/bpf/Android.bp
@@ -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"],
}