Skip to content

Commit

Permalink
ANDROID: add compat cross compiler
Browse files Browse the repository at this point in the history
Allows compilation of vdso32

Signed-off-by: Mark Salyzyn <[email protected]>
Bug: 154668398
Change-Id: I9b2c5995acfbb8a45c059078fcb2c6aa5db86398
  • Loading branch information
Mark Salyzyn authored and adelva1984 committed Apr 28, 2020
1 parent e0d0da8 commit 4bd540d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.config.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ ARCH=arm64

CLANG_TRIPLE=aarch64-linux-gnu-
CROSS_COMPILE=aarch64-linux-androidkernel-
CROSS_COMPILE_COMPAT=arm-linux-androideabi-
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin
LINUX_GCC_CROSS_COMPILE_COMPAT_PREBUILTS_BIN=prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/

FILES="
arch/arm64/boot/Image.gz
Expand Down

0 comments on commit 4bd540d

Please sign in to comment.