From 6c7cce123cdb36d534b3a058fffa63ad1fb41572 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Wed, 16 Mar 2022 10:01:43 -0700 Subject: [PATCH] Enable CFI for Bluetooth in new home Bug: 221893030 Test: cert/run Tag: #gd-refactor Change-Id: I34d8749d200de04b68f7ad9bd5b49b06dddc7841 --- 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 \