Merge "gs101: exclude telephony if BOARD_WITHOUT_RADIO is true" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-12 05:47:52 +00:00 committed by Android (Google) Code Review
commit 11c87a5851

View file

@ -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