Skip to content

Commit

Permalink
Fix Android CI build
Browse files Browse the repository at this point in the history
Mirrors the DynamoRIO/dynamorio#5527 fix by setting ANDROID_NDK_ROOT.
  • Loading branch information
derekbruening committed Aug 28, 2022
1 parent a887f79 commit 8e16972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-aarchxx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# **********************************************************
# Copyright (c) 2020-2021 Google, Inc. All rights reserved.
# Copyright (c) 2020-2022 Google, Inc. All rights reserved.
# **********************************************************

# Dr. Memory: the memory debugger
Expand Down Expand Up @@ -105,6 +105,7 @@ jobs:
cd /tmp
wget https://dl.google.com/android/repository/android-ndk-r10e-linux-x86_64.zip
unzip -q android-ndk-r10e-linux-x86_64.zip
export ANDROID_NDK_ROOT=/tmp/android-ndk-r10e
android-ndk-r10e/build/tools/make-standalone-toolchain.sh --arch=arm \
--toolchain=arm-linux-androideabi-4.9 --platform=android-21 \
--install-dir=/tmp/android-gcc-arm-ndk-10e
Expand Down

0 comments on commit 8e16972

Please sign in to comment.