diff options
author | Matthew Xie <mattx@google.com> | 2012-03-02 20:54:59 -0800 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2012-07-14 11:19:11 -0700 |
commit | 747f3feed0eb837c762d1013b366daef5f5ee696 (patch) | |
tree | 72163ffab6110c954891c6700df3e2d678821ea8 | |
parent | e448862a47c08eb23185aaed574b39264f5005fc (diff) | |
download | external_bluetooth_bluedroid-747f3feed0eb837c762d1013b366daef5f5ee696.zip external_bluetooth_bluedroid-747f3feed0eb837c762d1013b366daef5f5ee696.tar.gz external_bluetooth_bluedroid-747f3feed0eb837c762d1013b366daef5f5ee696.tar.bz2 |
fix repeated define of BTA_FM_DEBUG to get stack compile for crespo
Change-Id: I98d346fa6d3e4a40cd68b70733e62712d02ba603
-rw-r--r-- | include/buildcfg_crespo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/buildcfg_crespo.h b/include/buildcfg_crespo.h index 83778d3..b858686 100644 --- a/include/buildcfg_crespo.h +++ b/include/buildcfg_crespo.h @@ -211,7 +211,6 @@ #define SNOOP_CONFIG_PATH "/data/misc/bluedroid/btsnoop_enabled" #define BTM_ALLOW_CONN_IF_NONDISCOVER TRUE #define BTLA_REL_2_X TRUE -#define BTA_FM_DEBUG TRUE #define BTAPP_FM_USE_HW_POKE_VOLUME FALSE #define BTAPP_FM_AUDIO_PATH BTA_FM_AUDIO_DAC #define BTAPP_DM_SUPPORTED_SERVICES (BTA_HSP_SERVICE_MASK | BTA_HFP_SERVICE_MASK | BTA_A2DP_SERVICE_MASK | BTA_HID_SERVICE_MASK | BTA_OPP_SERVICE_MASK | BTA_BPP_SERVICE_MASK | BTA_NAP_SERVICE_MASK | BTA_PANU_SERVICE_MASK | BTA_HL_SERVICE_MASK) |