e9a9a28e4c
am: 89fc3a6525
Change-Id: I77469e8a33fcee1eeba37ceebbb39ccfc0a047c3
21 lines
410 B
Text
21 lines
410 B
Text
// Copyright 2012 The Android Open Source Project
|
|
|
|
cc_library {
|
|
name: "libsuspend",
|
|
vendor_available: true,
|
|
|
|
srcs: [
|
|
"autosuspend.c",
|
|
"autosuspend_wakeup_count.c",
|
|
],
|
|
export_include_dirs: ["include"],
|
|
local_include_dirs: ["include"],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
],
|
|
cflags: [
|
|
"-Werror",
|
|
// "-DLOG_NDEBUG=0",
|
|
],
|
|
}
|