diff --git a/device-caimito-common.mk b/device-caimito-common.mk index 3bbc4c73..12c9b1a5 100644 --- a/device-caimito-common.mk +++ b/device-caimito-common.mk @@ -45,6 +45,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(TARGET_VENDOR_PERF_CONFIG_PATH)/powerhint-zuma.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint-proto.json +# Telephony Satellite Feature +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.telephony.satellite.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.satellite.xml + # Battery Mitigation Config ifneq (,$(filter $(TARGET_DEVICE),komodo caiman tokay)) ifeq (,$(TARGET_VENDOR_BATTERY_MITIGATION_CONFIG_PATH))