58 lines
1.4 KiB
Properties
58 lines
1.4 KiB
Properties
# ========== ????????? ==========
|
|
# RK3288 ???? 1-4GB RAM???????
|
|
org.gradle.jvmargs=-Xmx1536m \
|
|
-XX:+UseG1GC \
|
|
-XX:MaxGCPauseMillis=200 \
|
|
-XX:G1HeapRegionSize=4m \
|
|
-XX:InitiatingHeapOccupancyPercent=35 \
|
|
-XX:+DisableExplicitGC \
|
|
-XX:+UseStringDeduplication \
|
|
-XX:+ParallelRefProcEnabled \
|
|
-XX:MaxMetaspaceSize=256m \
|
|
-XX:ReservedCodeCacheSize=128m \
|
|
-XX:+HeapDumpOnOutOfMemoryError \
|
|
-Dfile.encoding=UTF-8
|
|
|
|
isNeedPackage=false
|
|
isUseBooster=false
|
|
android.precompileDependenciesResources=false
|
|
|
|
# ========== Android ?? ==========
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
android.enableR8=true
|
|
android.nonTransitiveRClass=true
|
|
android.enableBuildCache=true
|
|
|
|
android.enableD8=true
|
|
|
|
# ========== Gradle ???? ==========
|
|
# RK3288 CPU ?????????
|
|
org.gradle.parallel=true
|
|
org.gradle.parallel.threads=2
|
|
org.gradle.workers.max=2
|
|
org.gradle.daemon=true
|
|
org.gradle.configureondemand=true
|
|
org.gradle.caching=true
|
|
org.gradle.vfs.watch=false
|
|
|
|
# ========== Kotlin ?? ==========
|
|
kotlin.code.style=official
|
|
kotlin.incremental=true
|
|
kotlin.mpp.stability.nowarn=true
|
|
kotlin.parallel.tasks.in.project=true
|
|
|
|
# ========== ???? ==========
|
|
# ?? RK3288 ?? CPU ??
|
|
kapt.incremental.apt=true
|
|
kapt.use.worker.api=true
|
|
kapt.include.compile.classpath=false
|
|
|
|
# ========== ???? ==========
|
|
# RK3288 ??????
|
|
systemProp.http.keepAlive=true
|
|
systemProp.http.maxConnections=5
|
|
systemProp.http.proxyHost=
|
|
systemProp.http.proxyPort=
|
|
systemProp.https.proxyHost=
|
|
systemProp.https.proxyPort= |