summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack He <siyuanh@google.com>2017-01-12 02:07:11 -0800
committerJack He <siyuanh@google.com>2017-01-12 02:07:11 -0800
commit4ead46e5d541019f22a61a5d580a6709635c3314 (patch)
tree1c200623325ef9f357244d1d997e05a41ba0ce5a
parent6b878db1a049a140f688aea4ea18b520ea6bf147 (diff)
downloadhikey-4ead46e5d541019f22a61a5d580a6709635c3314.tar.gz
Fix build for hikeyandroid-n-mr2-preview-1
* BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR should be assigned to path without quote. hikey assigns to a path with quote, causing its build to break after I94cad65c77464e5b467abee05951ddfd35b9f27d Test: Code compilation Bug: 32958753 Change-Id: Ia839f606d0079d39ea624a6fccb9f830810556b3
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 58ba88a6..18e203d9 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -20,7 +20,7 @@ USE_OPENGL_RENDERER := true
ANDROID_ENABLE_RENDERSCRIPT := true
# BT configs
-BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := "device/linaro/hikey/bluetooth"
+BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/linaro/hikey/bluetooth
BOARD_HAVE_BLUETOOTH := true
# generic wifi