Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab9d4bb3 authored by Heather Lee Wilson's avatar Heather Lee Wilson Committed by Android Git Automerger
Browse files

am 4607d186: include bdroid_buildcfg.h from device repo

* commit '4607d186':
  include bdroid_buildcfg.h from device repo
parents 13b9158f 4607d186
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_CFLAGS += $(bdroid_CFLAGS)

LOCAL_SRC_FILES := \
        src/bt_hci_bdroid.c \
        src/lpm.c \
@@ -29,7 +31,8 @@ endif

LOCAL_C_INCLUDES += \
        $(LOCAL_PATH)/include \
        $(LOCAL_PATH)/../utils/include
        $(LOCAL_PATH)/../utils/include \
        $(bdroid_C_INCLUDES)

LOCAL_SHARED_LIBRARIES := \
        libcutils \
+4 −0
Original line number Diff line number Diff line
@@ -32,6 +32,10 @@

#include "bt_hci_lib.h"

#ifdef HAS_BDROID_BUILDCFG
#include "bdroid_buildcfg.h"
#endif

/******************************************************************************
**  Constants & Macros
******************************************************************************/