platform_system_core/reboot/Android.bp

9 lines
166 B
Text
Raw Normal View History

// Copyright 2013 The Android Open Source Project
cc_binary {
name: "reboot",
srcs: ["reboot.c"],
shared_libs: ["libcutils"],
cflags: ["-Werror"],
}