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

Commit 77a5e5a9 authored by Vishwath Mohan's avatar Vishwath Mohan
Browse files

Enable CFI for the amrwbenc test.

Adds LOCAL_SANITIZE := cfi to AMRWBEncTest, which imports the amrwbenc
static lib that now has CFI enabled.

Bug: 30227045
Test: ENABLE_CFI=true m -j40 AMRWBEncTest
Change-Id: Id01f2deb60d0726f451ea12149835923e922e660
(cherry picked from commit 7e42c68f)
parent 6d97f716
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ LOCAL_C_INCLUDES := \
    $(LOCAL_PATH)/../../common \
    $(LOCAL_PATH)/../../common/include

include $(BUILD_EXECUTABLE)


LOCAL_SANITIZE := cfi
LOCAL_SANITIZE_DIAG := cfi

include $(BUILD_EXECUTABLE)