From 2b0dd3bcbde08e8b51553ae37e1d8686bad53f0f Mon Sep 17 00:00:00 2001 From: Beth Thibodeau Date: Thu, 17 Mar 2022 00:21:02 +0000 Subject: [PATCH] Revert "Enable CFI for Bluetooth in new home" This reverts commit 6c7cce123cdb36d534b3a058fffa63ad1fb41572. Reason for revert: DroidMonitor: Potential culprit for b/225059300 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted Change-Id: I0f790404ba95ec2ba343c31faa58f4eb7c198758 --- 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 3aa2be7bb2..6ce4fbe967 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 \ - packages/modules/Bluetooth/system \ + system/bt \ system/chre \ system/core/libnetutils \ system/libziparchive \