blob: a58723c007270e0224311b7fbf3337ab7c1475ef [file] [log] [blame]
Dan Willemsen2a904af2018-05-04 18:35:50 -07001// Copyright 2015 The Android Open Source Project
2
3cc_binary {
4 name: "bootctl",
5 srcs: ["bootctl.cpp"],
6 cflags: [
7 "-Wall",
8 "-Werror",
9 ],
10 shared_libs: [
11 "libhidlbase",
12 "libhidltransport",
13 "libhwbinder",
14 "libutils",
15 "android.hardware.boot@1.0",
16 ],
17}