xref: /aosp_15_r20/external/webrtc/examples/aarproject/gradle.properties (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Worker# Project-wide Gradle settings.
2*d9f75844SAndroid Build Coastguard Worker
3*d9f75844SAndroid Build Coastguard Worker# IDE (e.g. Android Studio) users:
4*d9f75844SAndroid Build Coastguard Worker# Gradle settings configured through the IDE *will override*
5*d9f75844SAndroid Build Coastguard Worker# any settings specified in this file.
6*d9f75844SAndroid Build Coastguard Worker
7*d9f75844SAndroid Build Coastguard Worker# For more details on how to configure your build environment visit
8*d9f75844SAndroid Build Coastguard Worker# http://www.gradle.org/docs/current/userguide/build_environment.html
9*d9f75844SAndroid Build Coastguard Worker
10*d9f75844SAndroid Build Coastguard Worker# Specifies the JVM arguments used for the daemon process.
11*d9f75844SAndroid Build Coastguard Worker# The setting is particularly useful for tweaking memory settings.
12*d9f75844SAndroid Build Coastguard Workerorg.gradle.jvmargs=-Xmx1536m
13*d9f75844SAndroid Build Coastguard Worker
14*d9f75844SAndroid Build Coastguard Worker# When configured, Gradle will run in incubating parallel mode.
15*d9f75844SAndroid Build Coastguard Worker# This option should only be used with decoupled projects. More details, visit
16*d9f75844SAndroid Build Coastguard Worker# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
17*d9f75844SAndroid Build Coastguard Worker# org.gradle.parallel=true
18*d9f75844SAndroid Build Coastguard Worker
19*d9f75844SAndroid Build Coastguard Worker# AndroidX package structure to make it clearer which packages are bundled with the
20*d9f75844SAndroid Build Coastguard Worker# Android operating system, and which are packaged with your app's APK
21*d9f75844SAndroid Build Coastguard Worker# https://developer.android.com/topic/libraries/support-library/androidx-rn
22*d9f75844SAndroid Build Coastguard Workerandroid.useAndroidX=true
23