Fix Manyverse: use NDK r19c
This commit is contained in:
parent
f0d920bee8
commit
d391ad9d33
|
@ -871,7 +871,7 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||||
rm:
|
||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||||
|
@ -889,7 +889,7 @@ Builds:
|
|||
- popd
|
||||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||||
- npm run build-android-assets
|
||||
ndk: r17b
|
||||
ndk: r19c
|
||||
|
||||
MaintainerNotes: |-
|
||||
scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm.
|
||||
|
|
Loading…
Reference in a new issue