We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ddcb1 commit 72cc70eCopy full SHA for 72cc70e
app/build.gradle
@@ -22,7 +22,7 @@ android {
22
}
23
externalNativeBuild {
24
ndkBuild {
25
- arguments "APP_PLATFORM=android-21", "-j4"
+ arguments "APP_PLATFORM=android-21", "-j" + Runtime.runtime.availableProcessors().toString()
26
27
28
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
facesmash-android.iml
@@ -12,7 +12,6 @@
12
<exclude-output />
13
<content url="file://$MODULE_DIR$">
14
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
15
- <excludeFolder url="file://$MODULE_DIR$/build" />
16
</content>
17
<orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
18
<orderEntry type="sourceFolder" forTests="false" />
0 commit comments