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

Commit 08c11991 authored by Guillaume Ranquet's avatar Guillaume Ranquet
Browse files

libusbhost: generates a static library



due to limitations of the droidboot OS used for POS,
there's a need for a static libusbhost library.

this permits to include libusbhost in droidboot

Change-Id: I0f0c07817ad19b773b466b69fd6e997877d41b34
Signed-off-by: default avatarGuillaume Ranquet <guillaumex.ranquet@intel.com>
parent dea46b66
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)