diff options
author | Elliott Hughes <enh@google.com> | 2015-05-02 02:07:44 +0200 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-05-02 02:35:06 +0200 |
commit | 15931924e1820d4c2bc9f9c0c7734c43c92b866b (patch) | |
tree | e121a86fe799b6f6b96932cc6f76bdd81009f681 /minadbd/Android.mk | |
parent | Fix minadb_test build breakage. (diff) | |
download | android_bootable_recovery-15931924e1820d4c2bc9f9c0c7734c43c92b866b.tar android_bootable_recovery-15931924e1820d4c2bc9f9c0c7734c43c92b866b.tar.gz android_bootable_recovery-15931924e1820d4c2bc9f9c0c7734c43c92b866b.tar.bz2 android_bootable_recovery-15931924e1820d4c2bc9f9c0c7734c43c92b866b.tar.lz android_bootable_recovery-15931924e1820d4c2bc9f9c0c7734c43c92b866b.tar.xz android_bootable_recovery-15931924e1820d4c2bc9f9c0c7734c43c92b866b.tar.zst android_bootable_recovery-15931924e1820d4c2bc9f9c0c7734c43c92b866b.zip |
Diffstat (limited to '')
-rw-r--r-- | minadbd/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk index 083063be1..8398cefe4 100644 --- a/minadbd/Android.mk +++ b/minadbd/Android.mk @@ -20,6 +20,7 @@ LOCAL_CFLAGS := $(minadbd_cflags) LOCAL_CONLY_FLAGS := -Wimplicit-function-declaration LOCAL_C_INCLUDES := bootable/recovery system/core/adb LOCAL_WHOLE_STATIC_LIBRARIES := libadbd +LOCAL_STATIC_LIBRARIES := libbase include $(BUILD_STATIC_LIBRARY) |