From 2807e4aa36ab9f58d1c95d0f7f2fb3102d980f07 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 31 Jul 2024 07:37:35 -0700 Subject: [PATCH] base_vendor.mk: Add filterPowerSupplyEvents.o Bug: 203462310 Test: Cuttlefish Change-Id: Id293028335733fc83877f380d12f855cd735e85e Signed-off-by: Bart Van Assche --- target/product/base_vendor.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target/product/base_vendor.mk b/target/product/base_vendor.mk index 52e2583346..5b1cae578f 100644 --- a/target/product/base_vendor.mk +++ b/target/product/base_vendor.mk @@ -74,6 +74,11 @@ PRODUCT_PACKAGES += \ selinux_policy_nonsystem \ shell_and_utilities_vendor \ +# libhealthloop BPF filter. This is in base_vendor.mk because libhealthloop must +# be a static library and because the Android build system ignores 'required' +# sections for static libraries. +PRODUCT_PACKAGES += filterPowerSupplyEvents.o + # Base modules when shipping api level is less than or equal to 34 PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34 += \ android.hidl.memory@1.0-impl.vendor \