aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk9
1 files changed, 9 insertions, 0 deletions
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