summaryrefslogtreecommitdiffstats
path: root/power/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'power/Android.mk')
-rw-r--r--power/Android.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/power/Android.mk b/power/Android.mk
new file mode 100644
index 0000000..8e7671f
--- /dev/null
+++ b/power/Android.mk
@@ -0,0 +1,14 @@
+# Ship the scripts on the device
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := reboot.sh
+LOCAL_SRC_FILES := device-files/reboot.sh
+LOCAL_MODULE_CLASS := EXECUTABLES
+include $(BUILD_PREBUILT)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := shutdown.sh
+LOCAL_SRC_FILES := device-files/shutdown.sh
+LOCAL_MODULE_CLASS := EXECUTABLES
+include $(BUILD_PREBUILT)