commit | 516943c0e919d77170622b8b5ed19412b4dbe5ef | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@google.com> | Mon Dec 17 14:34:53 2012 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 17 14:34:53 2012 -0800 |
tree | 2c8cecc813e07fe66351a9a553c99798573a502f | |
parent | dea9a93ddd66f8f40ae17d923e5ba0a4b109ac14 [diff] | |
parent | 08c119910aed26011a26eb95b1c4477eb16c22a0 [diff] |
Merge "libusbhost: generates a static library"
diff --git a/libusbhost/Android.mk b/libusbhost/Android.mk index 52b4ead..9565cc5 100644 --- a/libusbhost/Android.mk +++ b/libusbhost/Android.mk
@@ -44,3 +44,13 @@ LOCAL_SHARED_LIBRARIES := libcutils include $(BUILD_SHARED_LIBRARY) + +# Static library for target +# ======================================================== + +include $(CLEAR_VARS) + +LOCAL_MODULE := libusbhost +LOCAL_SRC_FILES := usbhost.c + +include $(BUILD_STATIC_LIBRARY)