blob: 671de4d9828d9a9673bcd1d729cf4c38fda0e13f [file] [log] [blame]
// Copyright 2012 The Android Open Source Project
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
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",
],
}