From 1c954f30da01449be8b3c1e2b2dbda55c3a94f26 Mon Sep 17 00:00:00 2001 From: neoyu Date: Wed, 1 Dec 2021 20:25:48 +0800 Subject: [PATCH] Add CDMA feature XML inclusion to device mk files for oriole & raven Bug: 207398695 Test: inspect build artifacts - result is expected Change-Id: I5bc2716954263eafb33d08f2eeb2a45eba8031ba --- device-oriole.mk | 4 ++++ device-raven.mk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/device-oriole.mk b/device-oriole.mk index b0240f4..23b4a82 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -60,6 +60,10 @@ PRODUCT_COPY_FILES += \ device/google/raviole/thermal_info_config_oriole.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json \ device/google/raviole/thermal_info_config_oriole_WHI_A.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config_WHI_A.json +# CDMA files +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml + # Bluetooth PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.a2dp_aac.vbr_supported=true diff --git a/device-raven.mk b/device-raven.mk index 86be99e..c533190 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -68,6 +68,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ device/google/raviole/thermal_info_config_raven.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json +# CDMA files +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml + # Bluetooth PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.a2dp_aac.vbr_supported=true