From ef4447e2814d9ba2af2a9be5306ca06342ddbe0f Mon Sep 17 00:00:00 2001 From: Elie Kheirallah Date: Tue, 18 Oct 2022 22:22:07 +0000 Subject: [PATCH] Revert "Enable radio on aosp_lynx" DroidMonitor: Potential culprit for Bug 254323087 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. This reverts commit b9cb6d340b945f0a4c190f99b99a1e01de398fce. Reason for revert: Multiple test failures on multiple targets. Change-Id: Icf83fcb9a56349adf78638509ac755db7440c660 --- aosp_lynx.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/aosp_lynx.mk b/aosp_lynx.mk index 1850584..792acf5 100644 --- a/aosp_lynx.mk +++ b/aosp_lynx.mk @@ -19,6 +19,7 @@ TARGET_LINUX_KERNEL_VERSION := 5.10 DEVICE_USES_NO_TRUSTY := true USE_SWIFTSHADER := true BOARD_USES_SWIFTSHADER := true +BOARD_WITHOUT_RADIO := true $(call inherit-product, device/google/gs201/aosp_common.mk) $(call inherit-product, device/google/lynx/device-lynx.mk)