summaryrefslogtreecommitdiffstats
path: root/cmds/rawbu/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/rawbu/Android.mk')
-rw-r--r--cmds/rawbu/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/rawbu/Android.mk b/cmds/rawbu/Android.mk
index c1be8a4..b580390 100644
--- a/cmds/rawbu/Android.mk
+++ b/cmds/rawbu/Android.mk
@@ -1,7 +1,5 @@
# Copyright 2009 The Android Open Source Project
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -15,5 +13,3 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)
-
-endif