aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2009-08-06 10:58:00 -0400
committerMike Lockwood <lockwood@android.com>2009-08-06 10:58:00 -0400
commit781d041892d488b8e20fb66cdc367f894f5f8e15 (patch)
tree899b671eb8d21cde0527726fd6ca3a874934314a
parent161de4e32142e101e4e1f6188a7b70264687913e (diff)
downloadsystem_core-781d041892d488b8e20fb66cdc367f894f5f8e15.tar.gz
system_core-781d041892d488b8e20fb66cdc367f894f5f8e15.tar.bz2
system_core-781d041892d488b8e20fb66cdc367f894f5f8e15.zip
adb: Remove adbd from simulator build.
It no longer compiles without recent kernel headers. Signed-off-by: Mike Lockwood <lockwood@android.com>
-rw-r--r--adb/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/adb/Android.mk b/adb/Android.mk
index 97254781..d6bda332 100644
--- a/adb/Android.mk
+++ b/adb/Android.mk
@@ -91,9 +91,9 @@ endif
# build adbd for the Linux simulator build
# so we can use it to test the adb USB gadget driver on x86
-ifeq ($(HOST_OS),linux)
- BUILD_ADBD := true
-endif
+#ifeq ($(HOST_OS),linux)
+# BUILD_ADBD := true
+#endif
ifeq ($(BUILD_ADBD),true)