From d759b3517a2f0a3a98a74792a248596246403fb9 Mon Sep 17 00:00:00 2001 From: David Duarte Date: Thu, 29 Jun 2023 21:01:47 +0000 Subject: [PATCH] Enable CFI for the whole Bluetooth repo and not just system Bug: 282222542 Change-Id: Idd0e0c4ab01e703190038c103b41730d68f01be0 --- 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 559963cd7f..5cc7ae5e94 100644 --- a/target/product/cfi-common.mk +++ b/target/product/cfi-common.mk @@ -33,7 +33,7 @@ PRODUCT_CFI_INCLUDE_PATHS := \ hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib \ hardware/interfaces/keymaster \ hardware/interfaces/security \ - packages/modules/Bluetooth/system \ + packages/modules/Bluetooth \ system/chre \ system/core/libnetutils \ system/libziparchive \