From c620c823709fd392014d4f2a5cb507ade65674d8 Mon Sep 17 00:00:00 2001 From: Andrew Chant Date: Thu, 20 Jan 2022 14:04:26 -0800 Subject: [PATCH] Enable radio on aosp_panther/cheetah Enable radio on aosp_panther/cheetah. Prevents gpsd crashloops. Bug: 215418492 Change-Id: I24398e745e38a9e082c362bdccb30e6078d583be --- aosp_cheetah.mk | 1 - aosp_panther.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/aosp_cheetah.mk b/aosp_cheetah.mk index 76ccfe7..b81dfd6 100644 --- a/aosp_cheetah.mk +++ b/aosp_cheetah.mk @@ -18,7 +18,6 @@ TARGET_LINUX_KERNEL_VERSION := 5.10 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/pantah/device-cheetah.mk) diff --git a/aosp_panther.mk b/aosp_panther.mk index a52a40b..a4b5617 100644 --- a/aosp_panther.mk +++ b/aosp_panther.mk @@ -18,7 +18,6 @@ TARGET_LINUX_KERNEL_VERSION := 5.10 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/pantah/device-panther.mk)