Loading libusbhost/Android.mk +2 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ include $(BUILD_HOST_STATIC_LIBRARY) endif # Static library for target # Shared library for target # ======================================================== include $(CLEAR_VARS) Loading @@ -40,4 +40,4 @@ LOCAL_SRC_FILES := usbhost.c LOCAL_CFLAGS := -g -DUSE_LIBLOG include $(BUILD_STATIC_LIBRARY) include $(BUILD_SHARED_LIBRARY) toolbox/Android.mk +1 −4 Original line number Diff line number Diff line Loading @@ -60,10 +60,7 @@ LOCAL_SRC_FILES:= \ toolbox.c \ $(patsubst %,%.c,$(TOOLS)) LOCAL_SHARED_LIBRARIES := libcutils libc # Needed for lsusb. Should optimize out in linker if lsusb is not included LOCAL_STATIC_LIBRARIES := libusbhost LOCAL_SHARED_LIBRARIES := libcutils libc libusbhost LOCAL_MODULE:= toolbox Loading Loading
libusbhost/Android.mk +2 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ include $(BUILD_HOST_STATIC_LIBRARY) endif # Static library for target # Shared library for target # ======================================================== include $(CLEAR_VARS) Loading @@ -40,4 +40,4 @@ LOCAL_SRC_FILES := usbhost.c LOCAL_CFLAGS := -g -DUSE_LIBLOG include $(BUILD_STATIC_LIBRARY) include $(BUILD_SHARED_LIBRARY)
toolbox/Android.mk +1 −4 Original line number Diff line number Diff line Loading @@ -60,10 +60,7 @@ LOCAL_SRC_FILES:= \ toolbox.c \ $(patsubst %,%.c,$(TOOLS)) LOCAL_SHARED_LIBRARIES := libcutils libc # Needed for lsusb. Should optimize out in linker if lsusb is not included LOCAL_STATIC_LIBRARIES := libusbhost LOCAL_SHARED_LIBRARIES := libcutils libc libusbhost LOCAL_MODULE:= toolbox Loading