adb: Remove adbd from simulator build.
It no longer compiles without recent kernel headers. Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
parent
5f4b051235
commit
63e6152748
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue