From 9e10256ab679c7614c7b11adff338dc7941e30c6 Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Tue, 20 Oct 2020 10:57:19 +0300 Subject: [PATCH] sm6250-common: build ril stack from source --- common.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.mk b/common.mk index 5e451ee..9e686ef 100644 --- a/common.mk +++ b/common.mk @@ -276,6 +276,11 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ android.hardware.renderscript@1.0-impl +# RIL +PRODUCT_PACKAGES += \ + libjson \ + librmnetctl + # Sensors PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-impl \