Merge "reboot: Turn on -Werror"
This commit is contained in:
commit
5e9c2b9faa
1 changed files with 6 additions and 4 deletions
|
|
@ -1,12 +1,14 @@
|
||||||
# Copyright 2013 The Android Open Source Project
|
# Copyright 2013 The Android Open Source Project
|
||||||
|
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_SRC_FILES:= reboot.c
|
LOCAL_SRC_FILES := reboot.c
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES:= libcutils
|
LOCAL_SHARED_LIBRARIES := libcutils
|
||||||
|
|
||||||
LOCAL_MODULE:= reboot
|
LOCAL_MODULE := reboot
|
||||||
|
|
||||||
|
LOCAL_CFLAGS := -Werror
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue