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

Commit 36b88ce9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move libusbhost's headers into libusbhost."

parents 33414a8b e0a7c773
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -22,11 +22,11 @@ LOCAL_PATH := $(call my-dir)
ifeq ($(HOST_OS),linux)

include $(CLEAR_VARS)

LOCAL_MODULE := libusbhost
LOCAL_SRC_FILES := usbhost.c
LOCAL_CFLAGS := -Werror

LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
include $(BUILD_HOST_STATIC_LIBRARY)

endif
@@ -35,24 +35,22 @@ endif
# ========================================================

include $(CLEAR_VARS)

LOCAL_MODULE := libusbhost
LOCAL_SRC_FILES := usbhost.c

LOCAL_CFLAGS := -g -DUSE_LIBLOG -Werror

LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
# needed for logcat
LOCAL_SHARED_LIBRARIES := libcutils

include $(BUILD_SHARED_LIBRARY)

# Static library for target
# ========================================================

include $(CLEAR_VARS)

LOCAL_MODULE := libusbhost
LOCAL_SRC_FILES := usbhost.c
LOCAL_CFLAGS := -Werror

LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
include $(BUILD_STATIC_LIBRARY)