Browse Source

Android build: Fix property name

JNI-88
Hussein Kasem 6 years ago
parent
commit
c857de39ed
  1. 2
      android/build.gradle

2
android/build.gradle

@ -2,7 +2,7 @@
def pEpEngineSrc = hasProperty('pEpEngineSrc') ? pEpEngineSrc : "../../pEpEngine"
def buildAutomatic = hasProperty('buildAutomatic') ? buildAutomatic : "true"
def threadsToUse = hasProperty('threadsToUse') ? buildAutomatic : 2
def threadsToUse = hasProperty('threadsToUse') ? threadsToUse : 2
def pEpEngineDB = new File(new File(pEpEngineSrc), 'db')

Loading…
Cancel
Save