From 535982b6d42187d35848a461f6a8909e2cd98c1f Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Tue, 13 Sep 2022 10:45:44 +0100 Subject: [PATCH] dre: Ship dependencies for S blobs Change-Id: I36f92cf324ee0b1379e224b8a4415c4886bc2d11 --- device.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device.mk b/device.mk index 0f0ced5..410261f 100644 --- a/device.mk +++ b/device.mk @@ -464,9 +464,14 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml +# VNDK +PRODUCT_PACKAGES += \ + android.hardware.common-V1-ndk_platform.vendor + # Wi-Fi PRODUCT_PACKAGES += \ android.hardware.wifi@1.0-service \ + android.hardware.wifi.hostapd@1.0.vendor \ hostapd \ libwpa_client \ libwifi-hal-ctrl \