From b47d9c87bd8efbfe5f0adf97e19c79237f87e135 Mon Sep 17 00:00:00 2001 From: Jason Chiu Date: Thu, 7 Sep 2023 16:48:18 +0800 Subject: [PATCH] ripcurrentpro: Disable radio until modem is ready Bug: 299416016 Change-Id: Id3928f0ef82c47ed684401fdabf5fe8d8d34849e Signed-off-by: Jason Chiu --- aosp_ripcurrentpro.mk | 1 + device-ripcurrentpro.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/aosp_ripcurrentpro.mk b/aosp_ripcurrentpro.mk index 80f9622b..dcfb40e5 100644 --- a/aosp_ripcurrentpro.mk +++ b/aosp_ripcurrentpro.mk @@ -18,6 +18,7 @@ TARGET_LINUX_KERNEL_VERSION := 6.1 USE_SWIFTSHADER := true BOARD_USES_SWIFTSHADER := true +BOARD_WITHOUT_RADIO := true $(call inherit-product, device/google/zumapro/aosp_common.mk) $(call inherit-product, device/google/caimito/device-ripcurrentpro.mk) diff --git a/device-ripcurrentpro.mk b/device-ripcurrentpro.mk index 40ead636..9e21fb0d 100644 --- a/device-ripcurrentpro.mk +++ b/device-ripcurrentpro.mk @@ -19,6 +19,7 @@ TARGET_BOARD_KERNEL_HEADERS := device/google/caimito-kernel/kernel-headers USE_SWIFTSHADER := true BOARD_USES_SWIFTSHADER := true +BOARD_WITHOUT_RADIO := true $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-ripcurrentpro.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk)