summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2016-07-13 00:10:56 -0500
committerDan Willemsen2016-07-13 19:41:45 -0500
commit45f05240c2d9d1f3903e2766b4883e256288f6c2 (patch)
treeee0405336f534c9b00448860c3df845452e43223 /reboot/Android.bp
parentdc9fbc34402a61ca9b23714b78cac4f92ee113e2 (diff)
downloadplatform-system-core-45f05240c2d9d1f3903e2766b4883e256288f6c2.tar.gz
platform-system-core-45f05240c2d9d1f3903e2766b4883e256288f6c2.tar.xz
platform-system-core-45f05240c2d9d1f3903e2766b4883e256288f6c2.zip
Convert more Android.mk files to Android.bp
These modules have their dependencies satisfied, and aren't doing anything strange. Change-Id: I72039a15256cbd5e5eee0d79a15d66d74a6c087d
Diffstat (limited to 'reboot/Android.bp')
-rw-r--r--reboot/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/reboot/Android.bp b/reboot/Android.bp
new file mode 100644
index 000000000..805fd9a1b
--- /dev/null
+++ b/reboot/Android.bp
@@ -0,0 +1,8 @@
1// Copyright 2013 The Android Open Source Project
2
3cc_binary {
4 name: "reboot",
5 srcs: ["reboot.c"],
6 shared_libs: ["libcutils"],
7 cflags: ["-Werror"],
8}