[go: nahoru, domu]

blob: 8151e6a21a0e1ed01d91dcc6bdde15048c4133a7 [file] [log] [blame]
Dustin Lam35b7b7c2020-04-05 16:29:33 -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 */
Dustin Lam35b7b7c2020-04-05 16:29:33 -070016rootProject.name = "playground"
Yigit Boyara755f332020-05-30 19:14:46 -070017apply from: "../playground-common/playground-include-settings.gradle"
18setupPlayground(this, "..")
Dustin Lam35b7b7c2020-04-05 16:29:33 -070019
Yigit Boyara755f332020-05-30 19:14:46 -070020includeProject(":benchmark:benchmark-common", "../benchmark/common")
Dustin Lam35b7b7c2020-04-05 16:29:33 -070021includeProject(":lint-checks:tests", "../lint-checks/tests")
Rahul Ravikumarfa14e082020-04-21 10:56:53 -070022includeProject(":mppsample:mppsample-library", "../mppsample/mppsample-library")
23includeProject(":mppsample:mppsample-executable", "../mppsample/mppsample-executable")
Dustin Lam35b7b7c2020-04-05 16:29:33 -070024includeProject(":tracing:tracing", "../tracing/tracing")
25includeProject(":tracing:tracing-ktx", "../tracing/tracing-ktx")