From b51e3bdd468ce8c4a516d7dca993909dcc84af32 Mon Sep 17 00:00:00 2001 From: Alex Humesky Date: Wed, 4 Dec 2024 11:00:13 -0500 Subject: [PATCH] Update Android example readme (#530) 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