From 5b50d894f280ad9d01895067e4aee4e65b1d4d22 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Tue, 15 Feb 2022 22:43:18 +0100 Subject: [PATCH] sm8250-common: use vendor ril service --- BoardConfigCommon.mk | 3 +++ sm8250.mk | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index da48fdc..8b1eebb 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -146,6 +146,9 @@ TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888 TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true +# RIL +ENABLE_VENDOR_RIL_SERVICE := true + # Verified Boot BOARD_AVB_ENABLE := true diff --git a/sm8250.mk b/sm8250.mk index 4cd4f6f..046998d 100644 --- a/sm8250.mk +++ b/sm8250.mk @@ -241,3 +241,10 @@ PRODUCT_PACKAGES += \ libqti_vndfwk_detect.vendor \ libvndfwk_detect_jni.qti \ libvndfwk_detect_jni.qti.vendor + +# RIL +PRODUCT_PACKAGES += \ + libprotobuf-cpp-full \ + librmnetctl \ + libxml2 +