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

Commit 2807e4aa authored by Bart Van Assche's avatar Bart Van Assche
Browse files

base_vendor.mk: Add filterPowerSupplyEvents.o



Bug: 203462310
Test: Cuttlefish
Change-Id: Id293028335733fc83877f380d12f855cd735e85e
Signed-off-by: default avatarBart Van Assche <bvanassche@google.com>
parent 699f9be1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 \