Set BOARD_WITHOUT_RADIO to true

Bug: 235907074
Change-Id: I1b4472cc7d4ebc5f7cd2d38639c7e1ae38852329
This commit is contained in:
SalmaxChang 2022-06-14 12:34:35 +08:00 committed by Jonglin Lee
parent 16a0b3c1d3
commit f199342e47

View file

@ -18,6 +18,8 @@ TARGET_KERNEL_DIR ?= device/google/tangorpro-kernel
TARGET_BOARD_KERNEL_HEADERS := device/google/tangorpro-kernel/kernel-headers
TARGET_RECOVERY_DEFAULT_ROTATION := ROTATION_LEFT
BOARD_WITHOUT_RADIO := true
$(call inherit-product-if-exists, vendor/google_devices/tangorpro/prebuilts/device-vendor-tangorpro.mk)
$(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk)