-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
17 lines (17 loc) · 946 Bytes
/
Copy pathgradle.properties
File metadata and controls
17 lines (17 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
#
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.useAndroidX=true
kotlin.code.style=official
# Location of the OpenCV Android SDK. See the Setup section of README.md.
#
# 4.13.0 rather than the newer 4.14.0: OpenCV 4.14's arm64 build probes the SVE
# vector length (an rdvl instruction) as soon as HWCAP2_SVE2 is set, without
# first checking HWCAP_SVE. Hosts that advertise the SVE2 hwcaps without base
# SVE - the Apple Silicon Android emulator is one - then take a SIGILL inside
# dlopen, before any app code runs. 4.13.0 has the same initLocal() API and is
# equally 16 KB page aligned.
opencvsdk=/Users/louislepper/src/OpenCV-4.13.0-android-sdk
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"