From b0a1bf5bfb4d5579dd027522af50f966205c0a13 Mon Sep 17 00:00:00 2001 From: lucasponez Date: Wed, 15 Apr 2020 11:46:28 +0000 Subject: [PATCH] sanders: Fix ril after blobs update Signed-off-by: ashwatthama --- configs/manifest.xml | 2 +- device.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/manifest.xml b/configs/manifest.xml index bb1461a..3d33dd7 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -204,7 +204,7 @@ android.hardware.radio hwbinder - 1.2 + 1.1 IRadio slot1 diff --git a/device.mk b/device.mk index a611a6c..2067473 100644 --- a/device.mk +++ b/device.mk @@ -391,6 +391,7 @@ PRODUCT_PACKAGES += \ # RIL PRODUCT_PACKAGES += \ + android.hardware.radio@1.1 \ android.hardware.radio@1.2 \ android.hardware.radio@1.4 \ android.hardware.radio.config@1.0 \