From 3dae3f52f3f52b9dcd45eb73a5e9127b0916f075 Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Sat, 3 Jan 2015 20:46:48 +0100 Subject: espresso-common: move libril & add custom ril class Change-Id: I2a0e4495c03301eb2f13d3c13c727519f056fbf4 --- BoardConfigCommon.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7a8c6a0..00336b0 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -19,6 +19,8 @@ -include device/samsung/omap4-common/BoardConfigCommon.mk +TARGET_SPECIFIC_HEADER_PATH += device/samsung/espresso-common/include + TARGET_NO_BOOTLOADER := true TARGET_NO_RADIOIMAGE := true @@ -127,3 +129,11 @@ BOARD_HAS_DOWNLOAD_MODE := true BOARD_CUSTOM_BOOTIMG_MK := device/samsung/espresso-common/custombootimg.mk BOARD_CANT_BUILD_RECOVERY_FROM_BOOT_PATCH := true + +ifneq ($(filter p3100 p5100,$(TARGET_DEVICE)),) +# RIL +BOARD_VENDOR := samsung +BOARD_PROVIDES_LIBRIL := true +BOARD_MODEM_TYPE := xmm6260 +BOARD_RIL_CLASS := ../../../device/samsung/espresso-common/ril +endif -- cgit v1.1