xref: /aosp_15_r20/tools/trebuchet/settings.gradle (revision 56b170dbe6574b1f0ec9db7a63de7238ca6a09ea)
1*56b170dbSXin Li/*
2*56b170dbSXin Li * Copyright 2017 Google Inc.
3*56b170dbSXin Li *
4*56b170dbSXin Li * Licensed under the Apache License, Version 2.0 (the "License");
5*56b170dbSXin Li * you may not use this file except in compliance with the License.
6*56b170dbSXin Li * You may obtain a copy of the License at
7*56b170dbSXin Li *
8*56b170dbSXin Li *     https://www.apache.org/licenses/LICENSE-2.0
9*56b170dbSXin Li *
10*56b170dbSXin Li * Unless required by applicable law or agreed to in writing, software
11*56b170dbSXin Li * distributed under the License is distributed on an "AS IS" BASIS,
12*56b170dbSXin Li * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*56b170dbSXin Li * See the License for the specific language governing permissions and
14*56b170dbSXin Li * limitations under the License.
15*56b170dbSXin Li */
16*56b170dbSXin Li
17*56b170dbSXin LirootProject.name = 'TrebuchetProject'
18*56b170dbSXin Li
19*56b170dbSXin Li// --------- Core JVM ---------- //
20*56b170dbSXin Li
21*56b170dbSXin Liinclude 'core:model'
22*56b170dbSXin Liinclude 'core:common'
23*56b170dbSXin Li
24*56b170dbSXin Li// -------- Main outputs ------------ //
25*56b170dbSXin Li
26*56b170dbSXin Liinclude 'trebuchet:analyzer'
27*56b170dbSXin Liinclude 'trebuchet:startup-analyzer'
28*56b170dbSXin Liinclude 'trebuchet:startup-common'
29*56b170dbSXin Liinclude 'trebuchet:startup-summarizer'
30*56b170dbSXin Liinclude 'trebuchet:system-server-analyzer'
31*56b170dbSXin Liinclude 'trebuchet:user-switch-analyzer'
32*56b170dbSXin Liinclude 'trebuchet:traceutils'
33*56b170dbSXin Liinclude 'trebuchet:viewer'
34