Skip to content

Commit

Permalink
ANDROID: Disable UNWINDER_ORC for allmodconfig
Browse files Browse the repository at this point in the history
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: Quentin Perret <[email protected]>
  • Loading branch information
Quentin Perret committed Dec 5, 2019
1 parent 3274fa0 commit d11faf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.config.allmodconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d11faf6

Please sign in to comment.