blob: c5f1f5e0a6bfbea6e823640c73e629b1f53e3bea [file] [log] [blame]
// Copyright 2012 The Android Open Source Project
cc_library {
name: "libsuspend",
srcs: [
"autosuspend.c",
"autosuspend_wakeup_count.cpp",
],
export_include_dirs: ["include"],
local_include_dirs: ["include"],
shared_libs: [
"libbase",
"liblog",
"libcutils",
],
cflags: [
"-Werror",
// "-DLOG_NDEBUG=0",
],
}