reboot: Turn on -Werror
Change-Id: Ic3186e457b80ee6149ef89321b0d16422872aea7
This commit is contained in:
parent
af7749891a
commit
efdf49f276
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
|||
# Copyright 2013 The Android Open Source Project
|
||||
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue