Skip to content

Commit 573dd87

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
Fix stale NDK version and usage paths in e2e scripts
- Update run.sh default NDK_VERSION from 27.2.12479018 to 28.0.13004108 - Fix usage comments to reference tests/e2e/ paths
1 parent 7a0f534 commit 573dd87

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/e2e/run-examples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# - Android NDK installed (auto-detected or set ANDROID_NDK_HOME)
1010
# - A running Android emulator or device (adb accessible)
1111
#
12-
# Usage: ./e2e/run-examples.sh
12+
# Usage: ./tests/e2e/run-examples.sh
1313

1414
set -euo pipefail
1515

tests/e2e/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
# - KVM available (/dev/kvm)
88
# - ANDROID_HOME set (e.g., ~/android-sdk)
99
#
10-
# Usage: ./e2e/run.sh
10+
# Usage: ./tests/e2e/run.sh
1111

1212
set -euo pipefail
1313

1414
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
1515
PROJECT_DIR="$(cd "$SCRIPT_DIR/../.." && pwd)"
1616

1717
: "${ANDROID_HOME:?ANDROID_HOME must be set}"
18-
NDK_VERSION="${NDK_VERSION:-27.2.12479018}"
18+
NDK_VERSION="${NDK_VERSION:-28.0.13004108}"
1919
API_LEVEL="${API_LEVEL:-35}"
2020
AVD_NAME="${AVD_NAME:-ndk_e2e}"
2121
SYSTEM_IMAGE="system-images;android-${API_LEVEL};google_apis;x86_64"

0 commit comments

Comments
 (0)