Skip to content

Fix Android CMake argument formatting in README - #3899

Open
eyesofish wants to merge 1 commit into
aws:mainfrom
eyesofish:docs/fix-readme-build-commands
Open

Fix Android CMake argument formatting in README#3899
eyesofish wants to merge 1 commit into
aws:mainfrom
eyesofish:docs/fix-readme-build-commands

Conversation

@eyesofish

Copy link
Copy Markdown

Issue #, if available:

N/A

Description of changes:

Remove shell backticks around -DTARGET_ARCH=ANDROID in the NMake and JOM commands. Backticks are command-substitution syntax rather than part of a CMake -D option, so the examples now pass the option literally as described.

Validation:

  • Ran git diff --check.
  • Confirmed the section contains two literal -DTARGET_ARCH=ANDROID arguments and no backtick-wrapped occurrences.

Generated with assistance from AI tools and reviewed by @eyesofish.

Check all that applies:

  • Did a review by yourself.
  • Added proper tests to cover this PR. (Not applicable: documentation-only command correction.)
  • Checked if this PR is a breaking (APIs have been changed) change.
  • Checked if this PR will not introduce cross-platform inconsistent behavior.
  • Checked if this PR would require a ReadMe/Wiki update.

Check which platforms you have built SDK on to verify the correctness of this PR.

  • Linux
  • Windows
  • Android
  • MacOS
  • IOS
  • Other Platforms

No SDK build was required for this documentation-only correction.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant