From cf2c5b0dc5e9193462bc6fc2508c12ba251bbd47 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Tue, 25 Jun 2019 10:39:56 +0800 Subject: [PATCH] sm8150-common: build radio hal --- common.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/common.mk b/common.mk index f60ef199..f276fdc0 100644 --- a/common.mk +++ b/common.mk @@ -406,3 +406,13 @@ PRODUCT_COPY_FILES += \ # Vendor libstdc++ PRODUCT_PACKAGES += \ libstdc++.vendor + +# RIL +PRODUCT_PACKAGES += \ + android.hardware.radio@1.2 \ + android.hardware.radio.config@1.0 \ + android.hardware.secure_element@1.0 \ + librmnetctl \ + libxml2 \ + libprotobuf-cpp-full +