gs201: exclude telephony.carrierlock feature if BOARD_WITHOUT_RADIO am: bf885d8d52

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/19291927

Change-Id: I2c1d49ad6e099a3b370e486258ddd9a3192d9de2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Roger Liao 2022-07-27 02:40:34 +00:00 committed by Automerger Merge Worker
commit 00d8751d40

View file

@ -20,9 +20,11 @@ endif
include device/google/gs201/device.mk include device/google/gs201/device.mk
include device/google/gs101/tts/voice_packs.mk include device/google/gs101/tts/voice_packs.mk
ifneq ($(BOARD_WITHOUT_RADIO),true)
# Telephony # Telephony
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.carrierlock.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.carrierlock.xml frameworks/native/data/etc/android.hardware.telephony.carrierlock.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.carrierlock.xml
endif
# Android Verified Boot # Android Verified Boot
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \