[go: nahoru, domu]

blob: 606adab8e1b709d62a4e73f2f38a3fafe2fe2e99 [file] [log] [blame]
Yigit Boyara4abb182020-07-31 21:44:05 -07001#
2# Copyright 2020 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17# Properties that are copied from main properties file
18# We set playground properties in two steps:
19# * This file is linked into gradle.properties under the project and limited to
20# just copying properties from the androidx properties file without any change.
21# Its integrity is validated as part of the buildOnServer task in AndroidX.
22# (validatePlaygroundGradleProperties task)
23# * Additional settings are in playground.properties which are loaded dynamically
24# This separation is necessary to ensure gradle can read certain properties
25# at configuration time.
26
27android.useAndroidX=true
28# Disable features we do not use
29android.defaults.buildfeatures.aidl=false
30android.defaults.buildfeatures.buildconfig=false
31android.defaults.buildfeatures.renderscript=false
32android.defaults.buildfeatures.resvalues=false
33android.defaults.buildfeatures.shaders=false