Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 516943c0 authored by Mike Lockwood's avatar Mike Lockwood Committed by Gerrit Code Review
Browse files

Merge "libusbhost: generates a static library"

parents dea9a93d 08c11991
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -44,3 +44,13 @@ LOCAL_CFLAGS := -g -DUSE_LIBLOG
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)