Skip to content

Commit

Permalink
mobile/android: Remove rules_android_ndk patch (#37726)
Browse files Browse the repository at this point in the history
and ensure all ci is using the updated ndk

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Dec 18, 2024
1 parent b14be40 commit baa4c05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
2 changes: 0 additions & 2 deletions mobile/bazel/envoy_mobile_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,4 @@ def android_repos():
urls = ["https://github.com/bazelbuild/rules_android_ndk/archive/v0.1.2.tar.gz"],
sha256 = "65aedff0cd728bee394f6fb8e65ba39c4c5efb11b29b766356922d4a74c623f5",
strip_prefix = "rules_android_ndk-0.1.2",
patch_args = ["-p1"],
patches = ["//bazel:rules_android_ndk.patch"],
)
25 changes: 0 additions & 25 deletions mobile/bazel/rules_android_ndk.patch

This file was deleted.

4 changes: 2 additions & 2 deletions mobile/ci/linux_ci_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ANDROID_HOME=$ANDROID_SDK_ROOT
SDKMANAGER="${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager"
"${SDKMANAGER}" --install "platform-tools" "platforms;android-30"
"${SDKMANAGER}" --uninstall "ndk-bundle"
"${SDKMANAGER}" --install "ndk;21.4.7075529"
"${SDKMANAGER}" --install "ndk;26.3.11579264"
"${SDKMANAGER}" --install "build-tools;30.0.2"
echo "ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/21.4.7075529" >> "$GITHUB_ENV"
echo "ANDROID_NDK_HOME=${ANDROID_HOME}/ndk/26.3.11579264" >> "$GITHUB_ENV"

0 comments on commit baa4c05

Please sign in to comment.