diff options
| author | Christopher R. Palmer <crpalmer@gmail.com> | 2015-01-04 07:27:19 -0500 |
|---|---|---|
| committer | Steve Kondik <steve@cyngn.com> | 2015-10-16 21:34:07 -0700 |
| commit | b7adeffd3a869f824ec70bc62e81e30587552542 (patch) | |
| tree | bcd633928a262d7b98375b36a4e6b48c908b25f5 | |
| parent | e6d18e7ab2a33ba9bdc53152985204fbfbbc9366 (diff) | |
| download | android_hardware_qcom_bt-b7adeffd3a869f824ec70bc62e81e30587552542.tar.gz android_hardware_qcom_bt-b7adeffd3a869f824ec70bc62e81e30587552542.tar.bz2 android_hardware_qcom_bt-b7adeffd3a869f824ec70bc62e81e30587552542.zip | |
Revert "Bluetooth: Compilation Fix for BT bring up"
This reverts commit 6c796d4f8e2af7bd60a16cbf12b18d3ce6dddf49.
Change-Id: I4773355de79167330ac652f8517f1d1e60e962ee
| -rw-r--r-- | libbt-vendor/include/bt_vendor_qcom.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbt-vendor/include/bt_vendor_qcom.h b/libbt-vendor/include/bt_vendor_qcom.h index 6e5469e..55c808e 100644 --- a/libbt-vendor/include/bt_vendor_qcom.h +++ b/libbt-vendor/include/bt_vendor_qcom.h @@ -18,8 +18,7 @@ #define BT_VENDOR_QCOM_H #include "bt_vendor_lib.h" -//#include "vnd_buildcfg.h" - +#include "vnd_buildcfg.h" #ifndef FALSE #define FALSE 0 |
