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", | ||||
7 | "autosuspend_autosleep.c", | ||||
8 | "autosuspend_earlysuspend.c", | ||||
9 | "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 | } |