Move CDMA feature XML inclusion to device specific mk files

So devices not supporting CDMA don't include the feature by mistake.

Bug: 191908965
Change-Id: I8ec8e54a551fb4b3aa4127a5d43d4c1d3387a37a
This commit is contained in:
Meng Wang 2021-07-21 04:50:12 +00:00
parent 7c61d7f004
commit 188ee59c57

View file

@ -879,6 +879,7 @@ USE_RADIO_HAL_1_6 := true
ifneq ($(BOARD_WITHOUT_RADIO),true)
$(call inherit-product-if-exists, vendor/samsung_slsi/telephony/common/device-vendor.mk)
PRODUCT_COPY_FILES += frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml
#GPS HAL
#TODO(b/191417802)
include device/google/gs101/gnss/device-gnss.mk