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 \