aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xAndroid.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 661ebba..2cfabe0 100755
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,3 @@
-ifneq ($(TARGET_SIMULATOR),true)
ifeq ($(BOARD_HAVE_BLUETOOTH),true)
LOCAL_PATH:= $(call my-dir)
@@ -42,4 +41,3 @@ LOCAL_MODULE:=hcidump
include $(BUILD_EXECUTABLE)
endif
-endif