efdf49f276
Change-Id: Ic3186e457b80ee6149ef89321b0d16422872aea7
14 lines
245 B
Makefile
14 lines
245 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
|
|
|
|
LOCAL_CFLAGS := -Werror
|
|
|
|
include $(BUILD_EXECUTABLE)
|