From b218c8ceeb5324d7df12504e21c9fbab2b7af84a Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Fri, 9 Oct 2015 10:38:46 -0700 Subject: 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 --- BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BoardConfigCommon.mk') 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 -- cgit v1.1