Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7992a6e9 authored by Ethan Chen's avatar Ethan Chen
Browse files

qcom_target: Add wlan-caf to CFI paths

* The default AOSP hardware/qcom/wlan path is listed in
  PRODUCT_CFI_INCLUDE_PATHS since wpa_supplicant is compiled with
  control flow integrity checks. Add the Qualcomm WLAN variant to
  PRODUCT_CFI_INCLUDE_PATHS as well so wpa_supplicant can safely link
  it without exploding.

Change-Id: Id5577846e1e1ea11f8a665d62847c80803e285f7
parent 0f8230b5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@ $(call set-device-specific-path,VR,vr,hardware/qcom/vr)
$(call wlan-set-path-variant,wlan-caf)
$(call bt-vendor-set-path-variant,bt-caf)

PRODUCT_CFI_INCLUDE_PATHS += \
    hardware/qcom/wlan-caf/qcwcn/wpa_supplicant_8_lib
else

$(call project-set-path,qcom-audio,hardware/qcom/audio/default)