blob: 1e6d21efe76c95f5bee80026427866ee71a081b4 [file] [log] [blame]
Adithya Srinivasanf279e042020-08-17 14:56:27 -07001cc_library_static {
2 name: "libframetimeline",
3 defaults: ["surfaceflinger_defaults"],
4 srcs: [
5 "FrameTimeline.cpp",
6 ],
7 shared_libs: [
Alec Mouri9a29e672020-09-14 12:39:14 -07008 "android.hardware.graphics.composer@2.4",
Adithya Srinivasanf279e042020-08-17 14:56:27 -07009 "libbase",
10 "libcutils",
11 "liblog",
12 "libgui",
Alec Mouri9a29e672020-09-14 12:39:14 -070013 "libtimestats",
Adithya Srinivasanf279e042020-08-17 14:56:27 -070014 "libui",
15 "libutils",
16 ],
Adithya Srinivasan01189672020-10-20 14:23:05 -070017 static_libs: [
18 "libperfetto_client_experimental",
19 ],
Adithya Srinivasanf279e042020-08-17 14:56:27 -070020 export_include_dirs: ["."],
21}