| Benoit Goby | c6d7e20 | 2013-03-22 16:23:48 -0700 | [diff] [blame] | 1 | # Copyright 2013 The Android Open Source Project | 
| 2 | |||||
| 3 | LOCAL_PATH:= $(call my-dir) | ||||
| 4 | include $(CLEAR_VARS) | ||||
| 5 | |||||
| 6 | LOCAL_SRC_FILES:= reboot.c | ||||
| 7 | |||||
| 8 | LOCAL_SHARED_LIBRARIES:= libcutils | ||||
| 9 | |||||
| 10 | LOCAL_MODULE:= reboot | ||||
| 11 | |||||
| 12 | include $(BUILD_EXECUTABLE) | ||||