blob: d9d36ae708029274e1b1f0344798fa99274f80e9 [file] [log] [blame]
Lalit Maganti83e712a2018-02-05 15:48:00 +00001// These targets are appended to the autogenerated Android.bp by tools/gen_android_bp.
Lalit Magantia88807d2018-03-05 18:21:38 +00002cc_library_static {
3 name: "perfetto_cts_deps",
Lalit Maganti83e712a2018-02-05 15:48:00 +00004 srcs: [
5 "src/base/android_task_runner.cc",
6 "src/base/test/test_task_runner.cc",
Primiano Tuccide82dae2018-06-04 16:17:49 +02007 "src/traced/probes/ftrace/cpu_reader.cc",
8 "src/traced/probes/ftrace/event_info.cc",
9 "src/traced/probes/ftrace/format_parser.cc",
10 "src/traced/probes/ftrace/ftrace_controller.cc",
11 "src/traced/probes/ftrace/ftrace_procfs.cc",
12 "src/traced/probes/ftrace/proto_translation_table.cc",
Isabelle Taylord404ea12018-02-19 17:28:01 +000013 "src/traced/probes/probes_producer.cc",
Lalit Maganti83e712a2018-02-05 15:48:00 +000014 "test/end_to_end_integrationtest.cc",
Lalit Magantic4c3ceb2018-03-29 20:38:13 +010015 "test/fake_producer.cc",
16 "test/task_runner_thread.cc",
17 "test/test_helper.cc",
Lalit Maganti83e712a2018-02-05 15:48:00 +000018 ],
Lalit Magantia88807d2018-03-05 18:21:38 +000019 export_include_dirs: [
20 ".",
Lalit Maganti83e712a2018-02-05 15:48:00 +000021 ],
22 shared_libs: [
Lalit Maganti83e712a2018-02-05 15:48:00 +000023 "libprotobuf-cpp-lite",
24 ],
Lalit Magantia88807d2018-03-05 18:21:38 +000025 static_libs: [
Lalit Maganti61681882018-03-14 15:29:01 +000026 "libgtest",
Lalit Magantia88807d2018-03-05 18:21:38 +000027 "perfetto_src_tracing_ipc",
Primiano Tucci07e104d2018-04-03 20:45:35 +020028 "perfetto_trace_protos",
Lalit Maganti83e712a2018-02-05 15:48:00 +000029 ],
Lalit Maganti83e712a2018-02-05 15:48:00 +000030 cflags: [
31 "-DPERFETTO_BUILD_WITH_ANDROID",
32 ],
33}
34
Lalit Magantia88807d2018-03-05 18:21:38 +000035cc_library_static {
36 name: "perfetto_cts_jni_deps",
Lalit Maganti83e712a2018-02-05 15:48:00 +000037 srcs: [
38 "src/base/android_task_runner.cc",
39 "src/base/test/test_task_runner.cc",
40 "test/fake_producer.cc",
Lalit Maganti83e712a2018-02-05 15:48:00 +000041 ],
42 shared_libs: [
Lalit Magantia88807d2018-03-05 18:21:38 +000043 "libprotobuf-cpp-lite",
Lalit Maganti83e712a2018-02-05 15:48:00 +000044 ],
Lalit Magantia88807d2018-03-05 18:21:38 +000045 export_include_dirs: [
46 ".",
47 ],
48 static_libs: [
Lalit Maganti61681882018-03-14 15:29:01 +000049 "libgtest",
Lalit Magantia88807d2018-03-05 18:21:38 +000050 "perfetto_src_tracing_ipc",
51 ],
Lalit Maganti83e712a2018-02-05 15:48:00 +000052 cflags: [
53 "-DPERFETTO_BUILD_WITH_ANDROID",
54 ],
55}
Lalit Maganti6820cb62018-10-05 13:34:22 +010056
Lalit Magantif5d666d2018-10-23 14:23:24 +010057java_library_host {
58 name: "perfetto_config-full",
Lalit Maganti6820cb62018-10-05 13:34:22 +010059 proto: {
Lalit Magantif5d666d2018-10-23 14:23:24 +010060 type: "full",
Lalit Maganti6820cb62018-10-05 13:34:22 +010061 },
62 srcs: [
63 "protos/perfetto/config/perfetto_config.proto",
64 ],
65}