Fix Manyverse: use NDK r19c

This commit is contained in:
Andre Staltz 2019-04-26 12:36:22 +03:00
parent f0d920bee8
commit d391ad9d33
No known key found for this signature in database
GPG key ID: 9EDE23EA7E8A4890

View file

@ -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.