From 138b14885331d7dd055c25ff2e080d5a3cd2812a Mon Sep 17 00:00:00 2001 From: Alex Humesky Date: Tue, 3 Dec 2024 19:27:05 -0500 Subject: [PATCH] Update Android example readme Use `--android_platforms`, `--fat_apk_cpu` is deprecated --- android/ndk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/ndk/README.md b/android/ndk/README.md index a76c3db24..e715a5162 100644 --- a/android/ndk/README.md +++ b/android/ndk/README.md @@ -7,9 +7,9 @@ For the full documentation, please visit the [Bazel documentation page](https:// ## Instructions 1) Launch emulator -2) Run `bazel mobile-install //app/src/main:app --fat_apk_cpu=x86 --start_app --android_crosstool_top=@androidndk//:toolchain` +2) Run `bazel mobile-install //app/src/main:app --android_platforms=//:x86 --start_app` - + ## Build graph