From 43e244d7b601f37a806ea13aa84e5ea89053ba53 Mon Sep 17 00:00:00 2001 From: Hunter Knepshield Date: Thu, 2 Dec 2021 19:14:24 +0000 Subject: [PATCH] Revert "Add CDMA feature XML inclusion to device mk files for oriole & raven" This reverts commit 1c954f30da01449be8b3c1e2b2dbda55c3a94f26. Reason for revert: These devices do not support CDMA Bug: 201322462 Test: inspect build artifacts Change-Id: I73e48320088b190e047765ce12dcb3303adfd07b --- device-oriole.mk | 4 ---- device-raven.mk | 4 ---- 2 files changed, 8 deletions(-) diff --git a/device-oriole.mk b/device-oriole.mk index 23b4a82..b0240f4 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -60,10 +60,6 @@ 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 c533190..86be99e 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -68,10 +68,6 @@ 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