|
@@ -376,7 +376,7 @@ jobs:
|
|
|
- name: 'Build (Android.mk)'
|
|
- name: 'Build (Android.mk)'
|
|
|
if: ${{ matrix.platform.android-mk }}
|
|
if: ${{ matrix.platform.android-mk }}
|
|
|
run: |
|
|
run: |
|
|
|
- ./build-scripts/androidbuildlibs.sh
|
|
|
|
|
|
|
+ ./build-scripts/androidbuildlibs.sh -j$(nproc)
|
|
|
- name: 'Create Gradle project (Android)'
|
|
- name: 'Create Gradle project (Android)'
|
|
|
if: ${{ matrix.platform.android-gradle }}
|
|
if: ${{ matrix.platform.android-gradle }}
|
|
|
run: |
|
|
run: |
|