am 5e9c2b9f: Merge "reboot: Turn on -Werror"
* commit '5e9c2b9faa6fbf6ce8dab3a7d5029f582066b487': reboot: Turn on -Werror
This commit is contained in:
commit
f1c66a852f
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