blob: d442c9433199714f762cd06b6f333c187e49d756 [file] [log] [blame]
Dan Willemsen45f05242016-07-12 22:10:56 -07001// Copyright 2012 The Android Open Source Project
2
3cc_library {
4 name: "libsuspend",
5 srcs: [
6 "autosuspend.c",
Dan Willemsen45f05242016-07-12 22:10:56 -07007 "autosuspend_wakeup_count.c",
8 ],
9 export_include_dirs: ["include"],
10 local_include_dirs: ["include"],
11 shared_libs: [
12 "liblog",
13 "libcutils",
14 ],
15 cflags: [
16 "-Werror",
17 // "-DLOG_NDEBUG=0",
18 ],
19}