OSDN Git Service

am 1fe4bc94: am 6e12f443: include bdroid_buildcfg.h from device repo
authorHeather Lee Wilson <hwilson@google.com>
Wed, 28 May 2014 23:59:27 +0000 (23:59 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Wed, 28 May 2014 23:59:27 +0000 (23:59 +0000)
* commit '1fe4bc94b561b08b08d13650c54d74ae3b041883':
  include bdroid_buildcfg.h from device repo

1  2 
hci/Android.mk

diff --cc hci/Android.mk
@@@ -27,11 -29,10 +29,12 @@@ LOCAL_SRC_FILES += 
  
  endif
  
 +LOCAL_CFLAGS += -std=c99
 +
  LOCAL_C_INCLUDES += \
          $(LOCAL_PATH)/include \
-         $(LOCAL_PATH)/../utils/include
+         $(LOCAL_PATH)/../utils/include \
+         $(bdroid_C_INCLUDES)
  
  LOCAL_SHARED_LIBRARIES := \
          libcutils \