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

Commit 2ffe3c8a authored by Joe Onorato's avatar Joe Onorato
Browse files

libext4_utils on host is now called libext4_utils_host so there is no name conflict

Change-Id: Ibc7923676925ed6942b3f672ee764cfaa98ee96e
parent 2290dd41
Loading
Loading
Loading
Loading
+7 −1
Original line number Original line Diff line number Diff line
@@ -48,7 +48,13 @@ ifeq ($(HOST_OS),windows)
  LOCAL_C_INCLUDES += development/host/windows/usb/api
  LOCAL_C_INCLUDES += development/host/windows/usb/api
endif
endif


LOCAL_STATIC_LIBRARIES := $(EXTRA_STATIC_LIBS) libzipfile libunz libext4_utils libsparse libz
LOCAL_STATIC_LIBRARIES := \
    $(EXTRA_STATIC_LIBS) \
    libzipfile \
    libunz \
    libext4_utils_host \
    libsparse \
    libz


ifneq ($(HOST_OS),windows)
ifneq ($(HOST_OS),windows)
ifeq ($(HAVE_SELINUX), true)
ifeq ($(HAVE_SELINUX), true)