platform_system_core/libsuspend/Android.bp

20 lines
381 B
Text
Raw Normal View History

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