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, 0 insertions, 4 deletions
diff --git a/cmds/bugreport/Android.mk b/cmds/bugreport/Android.mk
index 631c219..f476f5e 100644
--- a/cmds/bugreport/Android.mk
+++ b/cmds/bugreport/Android.mk
@@ -1,5 +1,3 @@
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -10,5 +8,3 @@ LOCAL_MODULE:= bugreport
LOCAL_SHARED_LIBRARIES := libcutils
include $(BUILD_EXECUTABLE)
-
-endif