summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--adb/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 972547811..d6bda332d 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -91,9 +91,9 @@ endif
91 91
92# build adbd for the Linux simulator build 92# build adbd for the Linux simulator build
93# so we can use it to test the adb USB gadget driver on x86 93# so we can use it to test the adb USB gadget driver on x86
94ifeq ($(HOST_OS),linux) 94#ifeq ($(HOST_OS),linux)
95 BUILD_ADBD := true 95# BUILD_ADBD := true
96endif 96#endif
97 97
98 98
99ifeq ($(BUILD_ADBD),true) 99ifeq ($(BUILD_ADBD),true)