From bfe4a1c0969cd60a3084b36ba8c600cbade7d9d7 Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Mon, 26 Aug 2019 17:09:27 +0900 Subject: [PATCH] Add platform hidl interfaces to mainline_system Core variant of some hidl interfaces must be included in mainline_system explicitly because they have dependency with external modules. Bug: 138284120 Test: build mainline_system_arm64 Change-Id: I1893bb807429dbcacac3db3dcab2a830456775ea --- target/product/mainline_system.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 8bcc212637..1ada3c783a 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -73,6 +73,8 @@ PRODUCT_PACKAGES += \ android.hardware.radio@1.0 \ android.hardware.radio@1.1 \ android.hardware.radio@1.2 \ + android.hardware.radio@1.3 \ + android.hardware.radio@1.4 \ android.hardware.radio.config@1.0 \ android.hardware.radio.deprecated@1.0 \ android.hardware.secure_element@1.0 \