diff options
| author | Mike Lockwood <lockwood@android.com> | 2009-08-06 10:58:00 -0400 |
|---|---|---|
| committer | Mike Lockwood <lockwood@android.com> | 2009-08-06 10:58:00 -0400 |
| commit | 781d041892d488b8e20fb66cdc367f894f5f8e15 (patch) | |
| tree | 899b671eb8d21cde0527726fd6ca3a874934314a | |
| parent | 161de4e32142e101e4e1f6188a7b70264687913e (diff) | |
| download | system_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.mk | 6 |
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) |
