From d13e9d2719f0a36caf8331e98ddc1f5fa4184df6 Mon Sep 17 00:00:00 2001 From: Shareef Ali Date: Fri, 23 Nov 2012 22:14:09 -0500 Subject: p3xxx: 4.2ified * updates to sdcard * disables overlay * updates audio hal Change-Id: I03030c6faa13c6c999941b7992272fc13de67e58 --- BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a31aae0..f66c57e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -18,6 +18,7 @@ # by BoardConfigVendor.mk USE_CAMERA_STUB := true +TARGET_ARCH := arm TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi TARGET_CPU_SMP := true @@ -87,6 +88,7 @@ BOARD_LEGACY_NL80211_STA_EVENTS := true # Bluetooth BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true +BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/p3100/bluetooth # Security BOARD_USES_SECURE_SERVICES := true -- cgit v1.1