allwinner_a64/android/system/core/libsuspend/Android.bp
2018-08-08 17:48:24 +08:00

24 lines
452 B
Text

// Copyright 2012 The Android Open Source Project
cc_library {
name: "libsuspend",
vendor_available: true,
vndk: {
enabled: 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",
],
}