From c52c602171cb29c4a4c38005f321cf95d50d3418 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Thu, 6 Aug 2009 10:58:00 -0400 Subject: [PATCH] DO NOT MERGE adb: Remove adbd from simulator build. It no longer compiles without recent kernel headers. Signed-off-by: Mike Lockwood --- adb/Android.mk | 6 +++--- 1 file 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 # 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)