Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxded committed Oct 24, 2024
1 parent 710da78 commit e2cd13c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
TOOLCHAIN="$ANDROID_NDK_LATEST_HOME/toolchains/llvm/prebuilt/linux-x86_64"
CLANG_VERSION="$(ls $TOOLCHAIN/lib/clang)"
CLANG="$TOOLCHAIN/lib/clang/$CLANG_VERSION"
NDK_VERSION=$(basename $ANDROID_NDK_LATEST_HOME)
echo "ANDROID_NDK_LATEST_HOME=$ANDROID_NDK_LATEST_HOME"
echo "ANDROID_NDK_VERSION=$NDK_VERSION"
echo "CLANG_VERSION=$CLANG_VERSION"
mkdir -p Android.ndk && cd Android.ndk
mkdir -p Android.ndk/$NDK_VERSION && cd Android.ndk/$NDK_VERSION
cp -r $TOOLCHAIN/sysroot/usr ./usr
cp -r $CLANG/lib/linux/aarch64/* ./usr/lib/aarch64-linux-android/
Expand Down

0 comments on commit e2cd13c

Please sign in to comment.