Skip to content

Commit

Permalink
reboot: Turn on -Werror
Browse files Browse the repository at this point in the history
Change-Id: Ic3186e457b80ee6149ef89321b0d16422872aea7
  • Loading branch information
Mark Salyzyn committed May 21, 2014
1 parent af77498 commit efdf49f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions reboot/Android.mk
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit efdf49f

Please sign in to comment.