summaryrefslogtreecommitdiffstats
path: root/cmds/bugreport/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/bugreport/Android.mk')
-rw-r--r--cmds/bugreport/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmds/bugreport/Android.mk b/cmds/bugreport/Android.mk
index f476f5e..ced5d30 100644
--- a/cmds/bugreport/Android.mk
+++ b/cmds/bugreport/Android.mk
@@ -1,10 +1,12 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES:= bugreport.c
+LOCAL_SRC_FILES:= bugreport.cpp
LOCAL_MODULE:= bugreport
+LOCAL_CFLAGS := -Wall
+
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_EXECUTABLE)