Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit d647ddc

Browse files
author
Fraser J. Gordon
committed
Add objdump to the list of Android build tools we use
1 parent 59d40ec commit d647ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ ANDROID_CC=${CC:-${ANDROID_TOOLCHAIN}clang -target arm-linux-androideabi -march=
321321
ANDROID_CXX=${CXX:-${ANDROID_TOOLCHAIN}clang -target arm-linux-androideabi -march=armv6 -integrated-as}
322322
ANDROID_LINK=${LINK:-${ANDROID_TOOLCHAIN}clang -target arm-linux-androideabi -march=armv6 -integrated-as}
323323
ANDROID_OBJCOPY=${OBJCOPY:-${ANDROID_TOOLCHAIN}objcopy}
324+
ANDROID_OBJDUMP=${OBJDUMP:-${ANDROID_TOOLCHAIN}objdump}
324325
ANDROID_STRIP=${STRIP:-${ANDROID_TOOLCHAIN}strip}
325326

326327
if [ -z "${JAVA_SDK}" ] ; then
@@ -370,6 +371,7 @@ case ${OS} in
370371
export CXX="${ANDROID_CXX}"
371372
export LINK="${ANDROID_LINK}"
372373
export OBJCOPY="${ANDROID_OBJCOPY}"
374+
export OBJDUMP="${ANDROID_OBJDUMP}"
373375
export STRIP="${ANDROID_STRIP}"
374376
invoke_gyp $basic_args "-DOS=${OS}" "-Dtarget_arch=${TARGET_ARCH}" \
375377
-Dcross_compile=1 \

0 commit comments

Comments
 (0)