diff options
author | Kenny Root <kroot@google.com> | 2012-09-26 09:58:07 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2013-05-02 09:51:53 -0700 |
commit | 928116ceef8dbd5ef38dfe0fd587b5d62c2c0c96 (patch) | |
tree | e583430d4e142714737458c794089bf5ac6df578 /adb | |
parent | 8794b2eeb2bbd717ca18b8bef5d853f99334aabc (diff) | |
download | system_core-928116ceef8dbd5ef38dfe0fd587b5d62c2c0c96.zip system_core-928116ceef8dbd5ef38dfe0fd587b5d62c2c0c96.tar.gz system_core-928116ceef8dbd5ef38dfe0fd587b5d62c2c0c96.tar.bz2 |
Host builds: add fastboot and adb
Add fastboot and adb host utilities to debug builds for debugging
and development purposes.
Change-Id: If77699a27497b8641998930f14d4ee418b856080
Diffstat (limited to 'adb')
-rw-r--r-- | adb/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/Android.mk b/adb/Android.mk index 32dd95a..6cd82ec 100644 --- a/adb/Android.mk +++ b/adb/Android.mk @@ -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),) |