Android: Java + JNI dump

CmakeLists

Jni Fix
This commit is contained in:
SachinVin 2022-03-19 11:30:29 +05:30
parent 3df43f9505
commit f1c2f63aa1
364 changed files with 17934 additions and 765 deletions

View file

@ -6,6 +6,8 @@
# 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.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit