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

Commit d11faf60 authored by Quentin Perret's avatar Quentin Perret
Browse files

ANDROID: Disable UNWINDER_ORC for allmodconfig



CONFIG_UNWINDER_ORC needs a libelf-dev which we unfortunately can't
afford to have in the CI yet.

Switch to different stack unwinder for allmodconfig to work around the
problem temporarily.

Bug: 140224784
Test: allmodconfig build for x86
Change-Id: Id35c222e76cca35aa5e520c1a3d5d88e5cc1da8a
Signed-off-by: default avatarQuentin Perret <qperret@google.com>
parent 3274fa09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ function update_config() {
         -d CPU_BIG_ENDIAN \
         -d STM \
         -d TEST_MEMCAT_P \
         -e UNWINDER_FRAME_POINTER \

    (cd ${OUT_DIR} && \
     make O=${OUT_DIR} $archsubarch CC=${CC} CROSS_COMPILE=${CROSS_COMPILE} olddefconfig)