Enable radio on aosp_panther/cheetah

Enable radio on aosp_panther/cheetah.
Prevents gpsd crashloops.

Bug: 215418492
Change-Id: I24398e745e38a9e082c362bdccb30e6078d583be
This commit is contained in:
Andrew Chant 2022-01-20 14:04:26 -08:00 committed by TreeHugger Robot
parent 5f9502677f
commit c620c82370
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ TARGET_LINUX_KERNEL_VERSION := 5.10
USE_SWIFTSHADER := true USE_SWIFTSHADER := true
BOARD_USES_SWIFTSHADER := true BOARD_USES_SWIFTSHADER := true
BOARD_WITHOUT_RADIO := true
$(call inherit-product, device/google/gs201/aosp_common.mk) $(call inherit-product, device/google/gs201/aosp_common.mk)
$(call inherit-product, device/google/pantah/device-cheetah.mk) $(call inherit-product, device/google/pantah/device-cheetah.mk)

View file

@ -18,7 +18,6 @@ TARGET_LINUX_KERNEL_VERSION := 5.10
USE_SWIFTSHADER := true USE_SWIFTSHADER := true
BOARD_USES_SWIFTSHADER := true BOARD_USES_SWIFTSHADER := true
BOARD_WITHOUT_RADIO := true
$(call inherit-product, device/google/gs201/aosp_common.mk) $(call inherit-product, device/google/gs201/aosp_common.mk)
$(call inherit-product, device/google/pantah/device-panther.mk) $(call inherit-product, device/google/pantah/device-panther.mk)