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

8 lines
166 B
Text

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