From 34d35cf35482369ac646c8ba19fe3ccc4fe1a408 Mon Sep 17 00:00:00 2001 From: Hansong Zhang Date: Tue, 17 Apr 2018 16:04:56 -0700 Subject: Bluetooth HFP: Use WBS by default (2/5) Bug: 72624793 Test: compilation Change-Id: I90cc8f477aed6df25dee9dbdfdc12f524bafc436 --- bluetooth/bdroid_buildcfg.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h index f079b01..c59dcdd 100644 --- a/bluetooth/bdroid_buildcfg.h +++ b/bluetooth/bdroid_buildcfg.h @@ -20,8 +20,5 @@ #define BLE_VND_INCLUDED TRUE #define BTA_DISABLE_DELAY 1000 /* in milliseconds */ -#define BTM_WBS_INCLUDED TRUE /* Enable WBS */ -#define BTIF_HF_WBS_PREFERRED TRUE /* Use WBS */ - #define BT_CLEAN_TURN_ON_DISABLED 1 #endif -- cgit v1.2.3 From 2994b6be2bf0191c73e5d4ceee1833119c99ab96 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 20 Jul 2018 16:18:17 -0700 Subject: Mark bullhead as containing duplicate build rules Bug: 77611511 Test: with https://android-review.googlesource.com/c/platform/build/soong/+/709015 Change-Id: I49a08316798a23ad13df129f53f519827e779471 --- BoardConfig.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index b256fa0..0e6e0fb 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -14,6 +14,8 @@ # limitations under the License. # +BUILD_BROKEN_DUP_RULES := true + TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_ABI := arm64-v8a -- cgit v1.2.3