1*05767d91SRobert Wu# 2*05767d91SRobert Wu# Copyright 2015 The Android Open Source Project 3*05767d91SRobert Wu# 4*05767d91SRobert Wu# Licensed under the Apache License, Version 2.0 (the "License"); 5*05767d91SRobert Wu# you may not use this file except in compliance with the License. 6*05767d91SRobert Wu# You may obtain a copy of the License at 7*05767d91SRobert Wu# 8*05767d91SRobert Wu# http://www.apache.org/licenses/LICENSE-2.0 9*05767d91SRobert Wu# 10*05767d91SRobert Wu# Unless required by applicable law or agreed to in writing, software 11*05767d91SRobert Wu# distributed under the License is distributed on an "AS IS" BASIS, 12*05767d91SRobert Wu# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*05767d91SRobert Wu# See the License for the specific language governing permissions and 14*05767d91SRobert Wu# limitations under the License. 15*05767d91SRobert Wu# 16*05767d91SRobert Wu# 17*05767d91SRobert Wu 18*05767d91SRobert Wu# Project-wide Gradle settings. 19*05767d91SRobert Wu 20*05767d91SRobert Wu# IDE (e.g. Android Studio) users: 21*05767d91SRobert Wu# Gradle settings configured through the IDE *will override* 22*05767d91SRobert Wu# any settings specified in this file. 23*05767d91SRobert Wu 24*05767d91SRobert Wu# For more details on how to configure your build environment visit 25*05767d91SRobert Wu# http://www.gradle.org/docs/current/userguide/build_environment.html 26*05767d91SRobert Wu 27*05767d91SRobert Wu# Specifies the JVM arguments used for the daemon process. 28*05767d91SRobert Wu# The setting is particularly useful for tweaking memory settings. 29*05767d91SRobert Wu# Default value: -Xmx10248m -XX:MaxPermSize=256m 30*05767d91SRobert Wu# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 31*05767d91SRobert Wu 32*05767d91SRobert Wu# When configured, Gradle will run in incubating parallel mode. 33*05767d91SRobert Wu# This option should only be used with decoupled projects. More details, visit 34*05767d91SRobert Wu# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 35*05767d91SRobert Wu# org.gradle.parallel=true 36*05767d91SRobert Wuandroid.enableJetifier=true 37*05767d91SRobert Wuandroid.useAndroidX=true 38