forked from google/perfetto
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAndroid.bp.extras
More file actions
391 lines (357 loc) · 14 KB
/
Copy pathAndroid.bp.extras
File metadata and controls
391 lines (357 loc) · 14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
// These targets are appended to the autogenerated Android.bp by tools/gen_android_bp.
java_library_host {
name: "perfetto_config-full",
proto: {
type: "full",
local_include_dirs: ["."],
},
srcs: [
"protos/perfetto/config/perfetto_config.proto",
],
}
java_library {
name: "perfetto_config-lite",
proto: {
type: "lite",
local_include_dirs: ["."],
},
srcs: [
"protos/perfetto/config/perfetto_config.proto",
],
}
java_library_host {
name: "trace_summary-full",
proto: {
type: "full",
canonical_path_from_root: false,
local_include_dirs: ["."],
},
static_libs: [
"libprotobuf-java-full",
],
srcs: [
":perfetto_trace_summary_filegroup_proto",
],
// b/267831518: Pin tradefed and dependencies to Java 11.
java_version: "11",
}
java_library_host {
name: "perfetto_trace-full",
proto: {
type: "full",
local_include_dirs: ["."],
},
srcs: [
"protos/perfetto/trace/perfetto_trace.proto",
],
// b/267831518: Pin tradefed and dependencies to Java 11.
java_version: "11",
}
java_library_host {
name: "perfetto_metrics-full",
proto: {
type: "full",
local_include_dirs: ["."],
},
srcs: [
"protos/perfetto/metrics/perfetto_merged_metrics.proto",
],
// b/267831518: Pin tradefed and dependencies to Java 11.
java_version: "11",
}
// This sample target shows how to use the perfetto client API from within the
// Android tree.
cc_binary {
name: "libperfetto_client_example",
srcs: [
"test/client_api_example.cc",
],
static_libs: [
"libperfetto_client_experimental",
"perfetto_trace_protos",
],
shared_libs: [
"libprotobuf-cpp-lite",
"liblog",
],
cflags: [
"-DGOOGLE_PROTOBUF_NO_RTTI",
"-DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER",
],
defaults: [
"perfetto_defaults",
],
}
cc_library_static {
name: "libstatslog_perfetto",
generated_sources: ["statslog_perfetto.cpp"],
generated_headers: ["statslog_perfetto.h"],
cflags: [
"-Wall",
"-Werror",
],
export_generated_headers: ["statslog_perfetto.h"],
shared_libs: [
"libcutils",
"liblog",
"libstatssocket",
"libutils",
],
}
genrule {
name: "statslog_perfetto.h",
tools: ["stats-log-api-gen"],
cmd: "$(location stats-log-api-gen) --header $(genDir)/statslog_perfetto.h --module perfetto --namespace perfetto,android_internal",
out: [
"statslog_perfetto.h",
],
}
genrule {
name: "statslog_perfetto.cpp",
tools: ["stats-log-api-gen"],
cmd: "$(location stats-log-api-gen) --cpp $(genDir)/statslog_perfetto.cpp --module perfetto --namespace perfetto,android_internal --importHeader statslog_perfetto.h",
out: [
"statslog_perfetto.cpp",
],
}
package {
default_applicable_licenses: ["external_perfetto_license"],
}
python_library {
name: "perfetto-trace-processor-python",
srcs: [
":perfetto-trace-processor-python-srcs",
":perfetto-trace-uri-resolver-python-srcs",
],
data: [
":perfetto-trace-processor-python-data",
],
libs: [
"libprotobuf-python",
],
host_supported: true,
}
filegroup {
name: "perfetto-trace-uri-resolver-python-srcs",
srcs: ["python/perfetto/trace_uri_resolver/*.py"],
path: "python",
}
filegroup {
name: "perfetto-trace-processor-python-srcs",
srcs: [
"python/perfetto/common/*.py",
"python/perfetto/prebuilts/*.py",
"python/perfetto/prebuilts/manifests/*.py",
"python/perfetto/trace_processor/*.py",
],
path: "python",
}
filegroup {
name: "perfetto-trace-processor-python-data",
srcs: ["python/perfetto/trace_processor/*.descriptor*"],
path: "python",
}
python_library {
name: "perfetto-trace-proto-python",
srcs: [
":perfetto-trace-proto-python-srcs",
],
libs: [
"libprotobuf-python",
],
host_supported: true,
}
filegroup {
name: "perfetto-trace-proto-python-srcs",
srcs: [
"python/perfetto/protos/perfetto/trace/*.py",
],
path: "python",
}
// Added automatically by a large-scale-change that took the approach of
// 'apply every license found to every target'. While this makes sure we respect
// every license restriction, it may not be entirely correct.
//
// e.g. GPL in an MIT project might only apply to the contrib/ directory.
//
// Please consider splitting the single license below into multiple licenses,
// taking care not to lose any license_kind information, and overriding the
// default license using the 'licenses: [...]' property on targets as needed.
//
// For unused files, consider creating a 'fileGroup' with "//visibility:private"
// to attach the license to, and including a comment whether the files may be
// used in the current project.
// See: http://go/android-license-faq
license {
name: "external_perfetto_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
"SPDX-license-identifier-BSD",
"SPDX-license-identifier-CC-BY",
],
license_text: [
"LICENSE",
],
}
gensrcs {
name: "perfetto_trace_javastream_protos",
srcs: [
":perfetto_javastream_filegroup_proto",
],
tools: [
"aprotoc",
"protoc-gen-javastream",
"soong_zip",
],
cmd: "mkdir -p $(genDir)/$(in) " +
"&& $(location aprotoc) " +
"--plugin=$(location protoc-gen-javastream) " +
"--javastream_opt=include_filter:perfetto.protos.TracePacket,perfetto.protos.ShellTransition,perfetto.protos.ShellHandlerMappings,perfetto.protos.ProtoLogMessage,perfetto.protos.ProtoLogViewerConfig,perfetto.protos.ShellHandlerMapping,perfetto.protos.ShellHandlerMappings,perfetto.protos.ProtoLogGroup,perfetto.protos.ProtoLogConfig,perfetto.protos.DataSourceConfig,perfetto.protos.InternedString,perfetto.protos.InternedData,perfetto.protos.ProtoLogLevel,perfetto.protos.TestEvent,perfetto.protos.TestEvent.TestPayload,perfetto.protos.TestConfig,perfetto.protos.TestConfig.DummyFields,perfetto.protos.WinscopeExtensionsImpl,perfetto.protos.ViewCapture,perfetto.protos.AppWakelocksConfig,perfetto.protos.AppWakelockInfo,perfetto.protos.AppWakelockBundle,perfetto.protos.DisplayVideoConfig," +
// IME protos
"perfetto.protos.ClientSideProto,perfetto.protos.DisplayCutoutProto,perfetto.protos.EditorInfoProto,perfetto.protos.ImeFocusControllerProto,perfetto.protos.InputConnectionCallProto,perfetto.protos.InputConnectionProto,perfetto.protos.InputMethodClientsTraceProto,perfetto.protos.InputMethodClientsTraceFileProto,perfetto.protos.InputMethodConfig,perfetto.protos.InputMethodManagerProto,perfetto.protos.InputMethodManagerServiceProto,perfetto.protos.InputMethodManagerServiceTraceProto,perfetto.protos.InputMethodManagerServiceTraceFileProto,perfetto.protos.InputMethodServiceProto,perfetto.protos.InputMethodServiceTraceProto,perfetto.protos.InputMethodServiceTraceFileProto,perfetto.protos.InsetsAnimationControlImplProto,perfetto.protos.InsetsControllerProto,perfetto.protos.InsetsProto,perfetto.protos.InsetsFrameProviderProto,perfetto.protos.InsetsSizeOverrideProto,perfetto.protos.InsetsSourceConsumerProto,perfetto.protos.InsetsSourceControlProto,perfetto.protos.InsetsSourceProto,perfetto.protos.InsetsStateProto,perfetto.protos.RectProto,perfetto.protos.SoftInputWindowProto,perfetto.protos.SurfaceControlProto,perfetto.protos.ViewRootImplProto,perfetto.protos.WindowLayoutParamsProto," +
// WindowManager protos
"perfetto.protos.ActivityInfoProto,perfetto.protos.ActivityRecordProto,perfetto.protos.AlphaAnimationSpecProto,perfetto.protos.AnimationAdapterProto,perfetto.protos.AnimationSpecProto,perfetto.protos.AppTransitionProto,perfetto.protos.BackNavigationProto,perfetto.protos.ConfigurationContainerProto,perfetto.protos.ConfigurationProto,perfetto.protos.DeviceConfigurationProto,perfetto.protos.DisplayAreaProto,perfetto.protos.DisplayContentProto,perfetto.protos.DisplayInfoProto,perfetto.protos.DisplayRotationProto,perfetto.protos.GlobalConfigurationProto,perfetto.protos.IdentifierProto,perfetto.protos.ImeInsetsSourceProviderProto,perfetto.protos.InsetsSourceProviderProto,perfetto.protos.KeyguardControllerProto,perfetto.protos.KeyguardPerDisplayProto,perfetto.protos.KeyguardServiceDelegateProto,perfetto.protos.LocalAnimationAdapterProto,perfetto.protos.LocaleProto,perfetto.protos.MoveAnimationSpecProto,perfetto.protos.PointProto,perfetto.protos.RemoteAnimationTargetProto,perfetto.protos.RemoteInsetsControlTargetProto,perfetto.protos.ResourcesConfigurationProto,perfetto.protos.RootWindowContainerProto,perfetto.protos.SurfaceAnimatorProto,perfetto.protos.TaskFragmentProto,perfetto.protos.TaskProto,perfetto.protos.WindowAnimationSpecProto,perfetto.protos.WindowConfigurationProto,perfetto.protos.WindowContainerChildProto,perfetto.protos.WindowContainerProto,perfetto.protos.WindowFramesProto,perfetto.protos.WindowManagerConfig,perfetto.protos.WindowManagerServicePatchProto,perfetto.protos.WindowManagerPolicyProto,perfetto.protos.WindowManagerServiceDumpProto,perfetto.protos.WindowManagerTraceEntry,perfetto.protos.WindowManagerTraceFileProto,perfetto.protos.WindowOrientationListenerProto,perfetto.protos.WindowStateAnimatorProto,perfetto.protos.WindowStateProto,perfetto.protos.WindowSurfaceControllerProto,perfetto.protos.WindowTokenProto,perfetto.protos.InsetsStateControllerProto,perfetto.protos.DisplayPolicyProto,perfetto.protos.DecorInsetsProto,perfetto.protos.DecorInsetsInfoProto,perfetto.protos.AppearanceRegionProto,perfetto.protos.SystemBarVisibilityOverrideProto,perfetto.protos.InsetsPolicyProto,perfetto.protos.InsetsControlTargetProto,perfetto.protos.DisplayFramesProto " +
"--javastream_out=$(genDir)/$(in) " +
"-Iexternal/protobuf/src " +
"-Iexternal/perfetto " +
"-I . $(in) " +
"&& $(location soong_zip) " +
"-jar -o $(out) -C $(genDir)/$(in) -D $(genDir)/$(in)",
data: [
":libprotobuf-internal-protos",
],
output_extension: "srcjar",
}
java_library {
name: "perfetto_winscope-lite",
proto: {
type: "lite",
include_dirs: ["external/protobuf/src"],
canonical_path_from_root: false,
local_include_dirs: ["."],
},
srcs: [
":libprotobuf-internal-descriptor-proto",
":perfetto_javastream_filegroup_proto",
],
static_libs: [
"libprotobuf-java-lite",
],
sdk_version: "current",
host_supported: true,
}
java_library {
name: "perfetto_config_java_protos_system_server_current",
srcs: [
":perfetto_config_filegroup_proto",
],
static_libs: [
"libprotobuf-java-lite",
],
proto: {
type: "lite",
canonical_path_from_root: false,
local_include_dirs: ["."],
},
sdk_version: "system_server_current",
min_sdk_version: "35",
apex_available: [
"com.android.profiling",
],
}
prebuilt_etc {
name: "perfetto_persistent_cfg.pbtxt",
filename: "persistent_cfg.pbtxt",
sub_dir: "perfetto",
src: "persistent_cfg.pbtxt",
}
phony {
name: "perfetto-extras",
required: [
"libperfetto_android_internal",
"traced_perf",
"trigger_perfetto",
],
}
filegroup {
name: "heap_profile",
srcs: [
"tools/heap_profile",
],
}
aconfig_declarations {
name: "perfetto_flags-aconfig",
package: "perfetto.flags",
container: "system",
srcs: ["perfetto_flags.aconfig"],
}
cc_aconfig_library {
name: "perfetto_flags_c_lib",
aconfig_declarations: "perfetto_flags-aconfig",
vendor_available: true,
product_available: true,
apex_available: [
"//apex_available:anyapex",
"//apex_available:platform",
"com.android.profiling",
],
min_sdk_version: "30",
}
// This target groups the dependencies on the android-tree rules that generate
// /etc/tracing_descriptors.gz and /vendor/etc/tracing_descriptors.gz
// Those targets are defined in /system/core and TODO(primiano): /vendor.
phony {
name: "etc_system_tracing_proto_descriptors",
target: {
android: {
required: [
"system_tracing_protos_descriptor",
],
},
},
}
filegroup {
name: "ravenwood-perfetto-policies",
srcs: [
"src/android_sdk/jni/ravenwood-perfetto-policies.txt",
],
}
// Host-only stubs for the small set of Android classes the perfetto Java
// SDK references that are missing from Soong's host module_current
// classpath (dalvik.annotation.optimization.{Critical,Fast}Native and
// android.system.SystemCleaner; plus android.util.{ArraySet,Log} and
// android.os.Process). Linked into the host variant of
// perfetto_trace_lib_java_defaults as a libs: dep so the stubs are visible
// to javac but not bundled into the jar; the Android variant continues
// to use the real platform classes from module_current.
java_library_host {
name: "perfetto_trace_lib_host_stubs",
srcs: [
"src/android_sdk/java/host_stubs/**/*.java",
],
// androidx/** is a test-only shim (AndroidJUnit4) for the standalone host
// JUnit runner (tools/run_android_sdk_host_test), which compiles host_stubs
// with JUnit on the classpath. It is not one of the SDK host shims this
// library is meant to provide (see the comment above) and pulling it in here
// drags in org.junit, which this library does not depend on -- breaking the
// Soong host build. The Soong host/ravenwood build uses the real
// androidx.test, so exclude it.
exclude_srcs: [
"src/android_sdk/java/host_stubs/androidx/**/*.java",
],
}
filegroup {
name: "wattson_power_curves",
srcs: [
"src/trace_processor/plugins/wattson/data/**/*.csv",
],
path: "src/trace_processor/plugins/wattson/data",
visibility: ["//visibility:public"],
}
filegroup {
name: "perfetto_cpp_blob_emitter",
srcs: [
"python/tools/cpp_blob_emitter.py",
],
}