summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher N. Hesse <raymanfx@gmail.com>2016-01-04 11:52:28 +0100
committerChristopher N. Hesse <raymanfx@gmail.com>2016-01-04 11:52:35 +0100
commit6596730a45996e34317dbf01bb6e656a252e66f9 (patch)
tree8e94a59708b7c897779522510b3aee276969dce7
parent222cff079c0e4cd2306d6ccce12e8fc81371d730 (diff)
downloadandroid_hardware_samsung-6596730a45996e34317dbf01bb6e656a252e66f9.tar.gz
android_hardware_samsung-6596730a45996e34317dbf01bb6e656a252e66f9.tar.bz2
android_hardware_samsung-6596730a45996e34317dbf01bb6e656a252e66f9.zip
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
-rw-r--r--Android.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 044644b..42c9576 100644
--- a/Android.mk
+++ b/Android.mk
@@ -36,9 +36,6 @@ include $(SAM_ROOT)/wifiloader/Android.mk
endif
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)/ril/Android.mk
endif