diff --git a/device.mk b/device.mk index 9a8508ef..ca5d67dd 100644 --- a/device.mk +++ b/device.mk @@ -897,7 +897,11 @@ USE_RADIO_HAL_1_6 := true #$(call inherit-product, vendor/google_devices/telephony/common/device-vendor.mk) #$(call inherit-product, vendor/google_devices/gs101/proprietary/device-vendor.mk) + +ifneq ($(BOARD_WITHOUT_RADIO),true) $(call inherit-product-if-exists, vendor/samsung_slsi/telephony/common/device-vendor.mk) +endif + ifeq (,$(filter %_64,$(TARGET_PRODUCT))) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) else