blob: 8843b946cf9c5437258b6b7d17dda11ffea13290 [file] [log] [blame]
// Copyright 2015 The Android Open Source Project
cc_binary {
name: "bootctl",
srcs: ["bootctl.cpp"],
cflags: [
"-Wall",
"-Werror",
],
shared_libs: [
"android.hardware.boot@1.0",
"android.hardware.boot@1.1",
"android.hardware.boot@1.2",
"libhidlbase",
"libutils",
],
}