aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2015-10-09 10:38:46 -0700
committerAndreas Blaesius <skate4life@gmx.de>2015-10-21 15:54:51 +0200
commitb218c8ceeb5324d7df12504e21c9fbab2b7af84a (patch)
tree0cc5a27054d364b93700bf48a216af42ff7a8414 /BoardConfigCommon.mk
parentcb19242c2ada5dd7734de03a5c468ca8c1c3fbc8 (diff)
downloaddevice_samsung_espressowifi-b218c8ceeb5324d7df12504e21c9fbab2b7af84a.zip
device_samsung_espressowifi-b218c8ceeb5324d7df12504e21c9fbab2b7af84a.tar.gz
device_samsung_espressowifi-b218c8ceeb5324d7df12504e21c9fbab2b7af84a.tar.bz2
espresso-common: don't use RIL header on wifi-only devices
We don't build the custom libril on P3110 and P5110, no need to use the header for it. Change-Id: I0d4c22b5b127b766e547256a1369e1709846ffda
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index edf23b3..5341e81 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -17,7 +17,9 @@
# Inherit common omap4 board config
-include hardware/ti/omap4/BoardConfigCommon.mk
+ifneq ($(filter p3100 p5100,$(TARGET_DEVICE)),)
TARGET_SPECIFIC_HEADER_PATH += device/samsung/espresso-common/include
+endif
TARGET_NO_BOOTLOADER := true
TARGET_NO_RADIOIMAGE := true