Skip to content

Commit

Permalink
rid-template: providing other android archs via comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed May 15, 2021
1 parent eacf2f1 commit 3a84724
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rid-template-flutter/sh/android
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
ANDROID_PLATFORM_VERSION=28
# x86 (i686)
ANDROID_BUILD_TARGET=i686-linux-android

# x86_64
# ANDROID_BUILD_TARGET=x86_64-linux-android

# arm64
# ANDROID_BUILD_TARGET=arm64-v8a

# armeabi
# ANDROID_BUILD_TARGET=armeabi-v7a

ANDROID_DIR=$DIR/../plugin/android
JNI_LIBS_DIR=$ANDROID_DIR/src/main/jniLibs

Expand Down

0 comments on commit 3a84724

Please sign in to comment.