blob: 130800ed8be0273f93a511e94575cadb1c18a810 [file] [log] [blame]
Dan Willemsen45f05242016-07-12 22:10:56 -07001// Copyright 2012 The Android Open Source Project
2
3cc_library {
4 name: "libsuspend",
Jayant Chowdharye37259e2017-05-16 15:04:53 -07005 vendor_available: true,
6
Dan Willemsen45f05242016-07-12 22:10:56 -07007 srcs: [
8 "autosuspend.c",
Dan Willemsen45f05242016-07-12 22:10:56 -07009 "autosuspend_wakeup_count.c",
10 ],
11 export_include_dirs: ["include"],
12 local_include_dirs: ["include"],
13 shared_libs: [
14 "liblog",
15 "libcutils",
16 ],
17 cflags: [
18 "-Werror",
19 // "-DLOG_NDEBUG=0",
20 ],
21}