Skip to content

Commit

Permalink
Remove android command
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 30, 2024
1 parent 58e37a4 commit dbfb3e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jolt/jolt-build/src/main/java/Build.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ private static BuildMultiTarget getAndroidTarget(BuildToolOptions op) {
androidTarget.headerDirs.add(libBuildCPPPath + "/src/jolt");
androidTarget.cppInclude.add(libBuildCPPPath + "/**/jolt/Jolt/**.cpp");
androidTarget.cppFlags.add("-Wno-error=format-security");
int i = Runtime.getRuntime().availableProcessors();
androidTarget.customArgs.add("-j" + i );

multiTarget.add(androidTarget);
return multiTarget;
Expand Down

0 comments on commit dbfb3e3

Please sign in to comment.