Skip to content

Commit

Permalink
Limit abi for consistency (shadowsocks#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rallets authored and madeye committed May 4, 2017
1 parent 5633ae7 commit c5a98a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lazy val commonSettings = Seq(
javacOptions ++= "-source" :: "1.7" :: "-target" :: "1.7" :: Nil,
scalacOptions ++= "-target:jvm-1.7" :: "-Xexperimental" :: Nil,
ndkArgs := "-j" :: java.lang.Runtime.getRuntime.availableProcessors.toString :: Nil,
ndkAbiFilter := Seq("armeabi-v7a", "arm64-v8a", "x86"),

proguardVersion := "5.3.3",
proguardCache := Seq(),
Expand Down

0 comments on commit c5a98a9

Please sign in to comment.