Dan Willemsen | 45f0524 | 2016-07-12 22:10:56 -0700 | [diff] [blame] | 1 | // Copyright 2012 The Android Open Source Project |
2 | |||||
3 | cc_library { | ||||
4 | name: "libsuspend", | ||||
5 | srcs: [ | ||||
6 | "autosuspend.c", | ||||
Dan Willemsen | 45f0524 | 2016-07-12 22:10:56 -0700 | [diff] [blame] | 7 | "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 | } |