From 843732921e9b36a89cf6751577bb37193dfc9341 Mon Sep 17 00:00:00 2001 From: nyyu Date: Sun, 1 Jan 2023 21:06:20 +0100 Subject: [PATCH] mondrianlte: add missing radio lib --- device.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/device.mk b/device.mk index b60e925..7f9ffe2 100644 --- a/device.mk +++ b/device.mk @@ -34,6 +34,12 @@ PRODUCT_PACKAGES += \ qmuxd.rc \ netmgrd.rc +# Radio +PRODUCT_PACKAGES += \ + libsecnativefeature \ + libcnefeatureconfig \ + librmnetctl + # Get non-open-source specific aspects $(call inherit-product, vendor/samsung/mondrianlte/mondrianlte-vendor.mk)