From a5e8e1f9f2a432de4f9f57cd8387102946f09208 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Sat, 24 Jul 2021 07:27:50 +0200 Subject: [PATCH] sm6250-common: Build RIL libs Change-Id: I449475abffebdf837e5645e77b571e0efd9988a1 --- atoll.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/atoll.mk b/atoll.mk index f9b6dca..7c44ef4 100644 --- a/atoll.mk +++ b/atoll.mk @@ -300,6 +300,12 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.renderscript@1.0-impl +# RIL +PRODUCT_PACKAGES += \ + libprotobuf-cpp-full \ + librmnetctl \ + libxml2 + # Rootdir PRODUCT_PACKAGES += \ init.qcom.early_boot.sh \