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)