Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
ndk
Commits
585a9295
Commit
585a9295
authored
9 years ago
by
Elliott Hughes
Browse files
Options
Download
Email Patches
Plain Diff
Fix a few typos in README.md.
Change-Id: Ifbb59ea25b74a50e5b97bd2d3b895857464e4b08
parent
cd7c2a61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
585a9295
...
...
@@ -21,7 +21,7 @@ Building the NDK
that use the NDK.
Both Linux and Windows host binaries are built on Linux machines. Windows host
binaries
is
built via MinGW cross compiler. Systems without a working MinGW
binaries
are
built via MinGW cross compiler. Systems without a working MinGW
compiler can use
`build/tools/build-mingw64-toolchain.sh`
to generate their own
and be added to the
`PATH`
for build scripts to discover.
...
...
@@ -41,7 +41,7 @@ The NDK consists of three parts: host binaries, target prebuilts, and others
*
`$TOOLCHAIN/config.mk`
contains ARCH and ABIS this toolchain can handle.
*
`$TOOLCHAIN/setup.mk`
contains toolchain-specific default CFLAGS/LDFLAGS
when this toolchain is used.
*
`prebuilt/$HOST_ARCH/`
contains various tools to make build system hermetic.
*
`prebuilt/$HOST_ARCH/`
contains various tools to make
the
build system hermetic.
*
make, awk, sed, perl, python, yasm, and for Windows: cmp.exe and echo.exe
*
`prebuilt/common`
contains the
`scan-build`
and
`scan-view`
scripts used by
static analyzer via
`NDK_ANALYZE=1`
.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment