Disable radio until b/291009607 is fixed

Define BOARD_WITHOUT_RADIO before zumapro/device.mk
Add BOARD_WITH_GPS to enable GPS

Bug: 291009607
Test: Test on CT3, modem is disabled.
Change-Id: Ie0ffc485b6af08566e49eb1e1cbf9a51eb47895d
Signed-off-by: achigoliu <achigoliu@google.com>
This commit is contained in:
achigoliu 2023-08-02 13:44:10 +08:00 committed by Wayne Lin
parent 445c05815a
commit 477e4fded5

View file

@ -24,6 +24,10 @@ $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/devi
$(call inherit-product-if-exists, vendor/google_devices/comet/proprietary/comet/device-vendor-comet.mk)
$(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
# Disable modem until b/291009607 is fixed
BOARD_WITHOUT_RADIO := true
BOARD_WITH_GPS := true
include device/google/zumapro/device-shipping-common.mk
include device/google/comet/audio/comet/audio-tables.mk
include hardware/google/pixel/vibrator/cs40l26/device.mk
@ -36,9 +40,6 @@ $(call soong_config_set,lyric,camera_hardware,comet)
$(call soong_config_set,lyric,tuning_product,comet)
$(call soong_config_set,google3a_config,target_device,comet)
# Disable modem until b/291009607 is fixed
BOARD_WITHOUT_RADIO := true
# Init files
PRODUCT_COPY_FILES += \
device/google/comet/conf/init.comet.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.comet.rc