summaryrefslogtreecommitdiffstats
path: root/reboot/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'reboot/Android.mk')
-rw-r--r--reboot/Android.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/reboot/Android.mk b/reboot/Android.mk
new file mode 100644
index 0000000..4db0c1e
--- /dev/null
+++ b/reboot/Android.mk
@@ -0,0 +1,12 @@
+# Copyright 2013 The Android Open Source Project
+
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES:= reboot.c
+
+LOCAL_SHARED_LIBRARIES:= libcutils
+
+LOCAL_MODULE:= reboot
+
+include $(BUILD_EXECUTABLE)