Include consumerir feature, disable dynamically if not present
diff --git a/base.mk b/base.mk
index 993c762..bacc80a 100644
--- a/base.mk
+++ b/base.mk
@@ -1,8 +1,8 @@
 #Huawei devices don't declare fingerprint and telephony hardware feature
-#TODO: Proper detection
 PRODUCT_COPY_FILES := \
 	frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
-	frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
+	frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
+	frameworks/native/data/etc/android.hardware.consumerir.xml:system/etc/permissions/android.hardware.consumerir.xml
 
 #Use a more decent APN config
 PRODUCT_COPY_FILES += \