build: add android-configure scripts to EXTRA_DIST
Commitbaa81465a("build: add compile for android arm64/x86/x86-64") introduced a number of new android-configure scripts but didn't add them to EXTRA_DIST in Makefile.am, causing `make dist` to fail. This commit also removes checkspare.sh from EXTRA_DIST. I broke that in commita7a16219d("unix: remove checksparse.sh") from last June. Mea culpa! Fixes: https://github.com/libuv/libuv/issues/2190 PR-URL: https://github.com/libuv/libuv/pull/2198 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
parent
c4a77f5bc7
commit
1a33dcb11b
@ -121,11 +121,13 @@ EXTRA_DIST = test/fixtures/empty_file \
|
|||||||
docs \
|
docs \
|
||||||
img \
|
img \
|
||||||
samples \
|
samples \
|
||||||
android-configure \
|
android-configure-arm \
|
||||||
|
android-configure-arm64 \
|
||||||
|
android-configure-x86 \
|
||||||
|
android-configure-x86_64 \
|
||||||
CONTRIBUTING.md \
|
CONTRIBUTING.md \
|
||||||
LICENSE \
|
LICENSE \
|
||||||
README.md \
|
README.md \
|
||||||
checksparse.sh \
|
|
||||||
vcbuild.bat \
|
vcbuild.bat \
|
||||||
common.gypi \
|
common.gypi \
|
||||||
gyp_uv.py \
|
gyp_uv.py \
|
||||||
|
|||||||
@ -312,7 +312,7 @@ $ make -C out
|
|||||||
The default API level is 24, but a different one can be selected as follows:
|
The default API level is 24, but a different one can be selected as follows:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ source ./android-configure ~/android-ndk-r15b gyp 21
|
$ source ./android-configure-arm ~/android-ndk-r15b gyp 21
|
||||||
$ make -C out
|
$ make -C out
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user