diff options
| author | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
| commit | 06a12b0cccbda419752f3388346be7d302ebcbeb (patch) | |
| tree | 69c3a4c23638553993a7580cae4a4d597fd8e258 /java/INSTALL | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
Diffstat (limited to 'java/INSTALL')
| -rw-r--r-- | java/INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/INSTALL b/java/INSTALL index fb221c5e2b4..60171ada57c 100644 --- a/java/INSTALL +++ b/java/INSTALL | |||
| @@ -167,7 +167,7 @@ than a compressed package for a newer version of Android. | |||
| 167 | BUILDING C++ DEPENDENCIES | 167 | BUILDING C++ DEPENDENCIES |
| 168 | 168 | ||
| 169 | With a new version of the NDK, dependencies containing C++ code should | 169 | With a new version of the NDK, dependencies containing C++ code should |
| 170 | build without any futher configuration. However, older versions | 170 | build without any further configuration. However, older versions |
| 171 | require that you use the ``make_standalone_toolchain.py'' script in | 171 | require that you use the ``make_standalone_toolchain.py'' script in |
| 172 | the NDK distribution to create a ``standalone toolchain'', and use | 172 | the NDK distribution to create a ``standalone toolchain'', and use |
| 173 | that instead, in order for C++ headers to be found. | 173 | that instead, in order for C++ headers to be found. |
| @@ -309,7 +309,7 @@ work, along with what has to be patched to make them work: | |||
| 309 | Many of these dependencies have been migrated over to the | 309 | Many of these dependencies have been migrated over to the |
| 310 | ``Android.bp'' build system now used to build Android itself. | 310 | ``Android.bp'' build system now used to build Android itself. |
| 311 | However, the old ``Android.mk'' Makefiles are still present in older | 311 | However, the old ``Android.mk'' Makefiles are still present in older |
| 312 | branches, and can be easily adapte to newer versions. | 312 | branches, and can be easily adapted to newer versions. |
| 313 | 313 | ||
| 314 | In addition, some Emacs dependencies provide `ndk-build' support | 314 | In addition, some Emacs dependencies provide `ndk-build' support |
| 315 | themselves: | 315 | themselves: |