From d0a9ac08b93312219550ec535b9aa1e02eed60ed Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Thu, 17 Mar 2022 16:44:06 +0000 Subject: [PATCH] Re-land "Enable CFI for Bluetooth in new home" This reverts commit 2b0dd3bcbde08e8b51553ae37e1d8686bad53f0f. Reason for revert: Fix landed at CL # 2029417 Bug: 221893030 Test: cert/run Tag: #gd-refactor Change-Id: I22799c8f898233851a5f2ae54add8e4f71541c94 --- target/product/cfi-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/cfi-common.mk b/target/product/cfi-common.mk index 6ce4fbe967..3aa2be7bb2 100644 --- a/target/product/cfi-common.mk +++ b/target/product/cfi-common.mk @@ -30,7 +30,7 @@ PRODUCT_CFI_INCLUDE_PATHS := \ hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib \ hardware/interfaces/keymaster \ hardware/interfaces/security \ - system/bt \ + packages/modules/Bluetooth/system \ system/chre \ system/core/libnetutils \ system/libziparchive \