mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-28 18:06:09 +02:00
Merge pull request #1808 from 1Jamie/fix/mobile-lc
fix(mobile): in-process launcher return for Android and iOS
This commit is contained in:
@@ -106,6 +106,13 @@ if [ -n "$TEST_APPLICATION_ID" ]; then
|
||||
APPLICATION_ID="$TEST_APPLICATION_ID"
|
||||
APP_NAME="$APP_NAME (test)"
|
||||
fi
|
||||
# Optional overrides for side-by-side test APKs (never used by CI shipping builds).
|
||||
if [ -n "${GEN1RECOMP_ANDROID_APPLICATION_ID:-}" ]; then
|
||||
APPLICATION_ID="$GEN1RECOMP_ANDROID_APPLICATION_ID"
|
||||
fi
|
||||
if [ -n "${GEN1RECOMP_ANDROID_APP_NAME:-}" ]; then
|
||||
APP_NAME="$GEN1RECOMP_ANDROID_APP_NAME"
|
||||
fi
|
||||
|
||||
# --------------------------------------------------------------- preconditions
|
||||
if [ ! -f "$ANDROID_DIR/settings.gradle" ] || [ ! -f "$ANDROID_DIR/gradlew" ]; then
|
||||
|
||||
Reference in New Issue
Block a user