Allow all devices to build the modemloader

It's needed by all Samsung devices using the proprietary
cpboot-daemon service, which applies to more than just
the currently supported modems (e.g. Shannon and friends).

Change-Id: I1f96f9b9926e12428cce9fa6976422c8eb53887e
tirimbino
Christopher N. Hesse 9 years ago
parent 222cff079c
commit 6596730a45
  1. 5
      Android.mk

@ -36,9 +36,6 @@ include $(SAM_ROOT)/wifiloader/Android.mk
endif endif
ifeq ($(BOARD_VENDOR),samsung) ifeq ($(BOARD_VENDOR),samsung)
include $(SAM_ROOT)/ril/Android.mk
endif
ifneq ($(filter xmm6260 xmm6262 xmm6360 xmm7260 m7450,$(BOARD_MODEM_TYPE)),)
include $(SAM_ROOT)/modemloader/Android.mk include $(SAM_ROOT)/modemloader/Android.mk
include $(SAM_ROOT)/ril/Android.mk
endif endif

Loading…
Cancel
Save