From 2b948a225988adc848226b25fffb811009339909 Mon Sep 17 00:00:00 2001 From: Chenbo Feng Date: Fri, 9 Feb 2018 15:17:22 -0800 Subject: [PATCH] Add bpfloader binary to system image The bpfloader is a executable binary used by netd to load and attach networking related bpf program at run time. It need to be flashed to device when updating the system image. Currently this binary is only used by devices with kernel version 4.9 or above. Test: hikey boot and bpf program show up under sys/fs/bpf Bug: 30950746 Change-Id: I3d14d270a04ea57319ad4292ff51b1cf933fc975 --- target/product/base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base.mk b/target/product/base.mk index 750d3fab1..14ff1c2f3 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -31,6 +31,7 @@ PRODUCT_PACKAGES += \ bit \ blkid \ bmgr \ + bpfloader \ bugreport \ bugreportz \ cameraserver \