From dcf6a83d99492f5ffd0d74c7a3595311d7a3dec9 Mon Sep 17 00:00:00 2001 From: Andreas Blaesius Date: Mon, 22 Feb 2016 23:28:33 +0100 Subject: espresso: move RIL parts to espresso3g (2/2) Change-Id: I7b4bcfad2967b6cbfcce43c0a8612bdaf7aa9e42 --- BoardConfig.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index c32fa72..6487d3a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -17,8 +17,17 @@ # Include common espresso BoardConfig include device/samsung/espresso/BoardConfigCommon.mk +TARGET_SPECIFIC_HEADER_PATH += device/samsung/espresso3g/include + # assert TARGET_OTA_ASSERT_DEVICE := espresso,p3100,GT-P3100,espressorf,espressorfxx,p5100,GT-P5100,espresso10rf,espresso10rfxx +# RIL +BOARD_VENDOR := samsung +BOARD_PROVIDES_LIBRIL := true +BOARD_MODEM_TYPE := xmm6260 +BOARD_RIL_CLASS := ../../../device/samsung/espresso3g/ril +COMMON_GLOBAL_CFLAGS += -DDISABLE_ASHMEM_TRACKING + # Use the non-open-source parts, if they're present -include vendor/samsung/espresso3g/BoardConfigVendor.mk -- cgit v1.1