Merge "Host builds: add fastboot and adb"
This commit is contained in:
commit
7382459eca
2 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ endif
|
|||
LOCAL_CFLAGS += -O2 -g -DADB_HOST=1 -Wall -Wno-unused-parameter
|
||||
LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE
|
||||
LOCAL_MODULE := adb
|
||||
LOCAL_MODULE_TAGS := debug
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libzipfile libunz libcrypto_static $(EXTRA_STATIC_LIBS)
|
||||
ifeq ($(USE_SYSDEPS_WIN32),)
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/../mkbootimg \
|
|||
$(LOCAL_PATH)/../../extras/ext4_utils
|
||||
LOCAL_SRC_FILES := protocol.c engine.c bootimg.c fastboot.c
|
||||
LOCAL_MODULE := fastboot
|
||||
LOCAL_MODULE_TAGS := debug
|
||||
|
||||
ifeq ($(HOST_OS),linux)
|
||||
LOCAL_SRC_FILES += usb_linux.c util_linux.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue