Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generator/vk_layer/android_build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cmake \
-DCMAKE_WARN_DEPRECATED=OFF \
..

make -j1
cmake --build . -j1

popd

Expand Down
2 changes: 1 addition & 1 deletion layer_example/android_build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cmake \
-DCMAKE_WARN_DEPRECATED=OFF \
..

make -j1
cmake --build . -j1

popd

Expand Down
2 changes: 1 addition & 1 deletion layer_gpu_profile/android_build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cmake \
-DCMAKE_WARN_DEPRECATED=OFF \
..

make -j16
cmake --build . -j1

popd

Expand Down
2 changes: 1 addition & 1 deletion layer_gpu_support/android_build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cmake \
-DCMAKE_WARN_DEPRECATED=OFF \
..

make -j1
cmake --build . -j1

popd

Expand Down
2 changes: 1 addition & 1 deletion layer_gpu_timeline/android_build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ cmake \
-DCMAKE_WARN_DEPRECATED=OFF \
..

make -j1
cmake --build . -j1

popd

Expand Down