From 3ccb8d04dd40db65764ba3663c40c24c7cdbce80 Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Fri, 23 Oct 2020 13:47:12 +0300 Subject: [PATCH] sm6250-common: Build IR HAL from source Change-Id: I619157582ece00d6fb7adef00182347211716706 --- atoll.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/atoll.mk b/atoll.mk index 6d3a19c..6d69933 100644 --- a/atoll.mk +++ b/atoll.mk @@ -183,6 +183,11 @@ PRODUCT_PACKAGES += \ libipanat \ liboffloadhal +# IR +PRODUCT_PACKAGES += \ + android.hardware.ir@1.0-impl \ + android.hardware.ir@1.0-service + # Rootdir PRODUCT_PACKAGES += \ init.qcom.early_boot.sh \