c6d7e200ed
Set the CAP_SYS_BOOT filesystem capability on the new reboot command and keep CAP_SYS_BOOT in adb bounding set so that the shell user can run it. Change-Id: I1dd6143445ee2a952254f0452ab6e544318431dd
12 lines
216 B
Makefile
12 lines
216 B
Makefile
# 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)
|