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

Commit 79106cd3 authored by bohu's avatar bohu
Browse files

emulator: enable cfi for emulator's wifi driver

Since the wpa_supplicant_8 has enabled cfi, the
static lib that it uses should enable cfi, otherwise
there will be runtime crashes.

BUG: 169343095
Test:
lunch sdk_phone_arm64-userdebug
m -j
run the image on the aarch64-linux host
hostapd_nohidl and wpa_supplicant should
not crash with cfi failures.

Change-Id: I00e3840032530ee62aac69cab0b54755f83291f9
parent ad33b891
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
# This is a set of common components to enable CFI for (across
# compatible product configs)
PRODUCT_CFI_INCLUDE_PATHS :=  \
    device/generic/goldfish/wifi/wpa_supplicant_8_lib \
    device/google/cuttlefish/guest/libs/wpa_supplicant_8_lib \
    device/google/wahoo/wifi_offload \
    external/tinyxml2 \