gs101: exclude telephony.carrierlock feature if BOARD_WITHOUT_RADIO am: 69ff0493cf am: 84aaec1173

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

Change-Id: Idc6ca6a827fe3463d9624ecbe8f3985a254476bd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Roger Liao 2022-07-29 06:33:32 +00:00 committed by Automerger Merge Worker
commit 320dd6311e

View file

@ -18,9 +18,11 @@
include device/google/gs101/device.mk include device/google/gs101/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 += \