Skip to content
Snippets Groups Projects
Commit c52c6021 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

DO NOT MERGE adb: Remove adbd from simulator build.


It no longer compiles without recent kernel headers.

Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 704aa833
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment