Revert "ripcurrentpro: enable modem"

This reverts commit 4c6ae895e0.

Reason for revert: cbd load modem infinite loop causing OOM on boards without modem

Bug: 303020537
Change-Id: I5cee6634706b184e61ff71ec0e330a6166e26d33
This commit is contained in:
Jonglin Lee 2023-10-02 18:33:31 +00:00 committed by Android (Google) Code Review
parent 4c6ae895e0
commit 751c111b41

View file

@ -19,6 +19,7 @@ TARGET_BOARD_KERNEL_HEADERS := device/google/caimito-kernel/kernel-headers
USE_SWIFTSHADER := false
BOARD_USES_SWIFTSHADER := false
BOARD_WITHOUT_RADIO := true
$(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-ripcurrentpro.mk)
$(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk)