blob: e075d3e1a00970db158b44470887addd311b0f05 [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 ],
17 export_include_dirs: ["."],
18}