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

Commit 30167542 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

another attempt to fix the linux build

Change-Id: Ifd4714de7281ffc8a8c90fb25fb34719a19a9b6f
parent 30c46ad5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ LOCAL_C_INCLUDES += \
	external/zlib \
	external/icu4c/common \
	bionic/libc/private
LOCAL_LDLIBS := -lrt -ldl -lpthread
LOCAL_LDLIBS := -lrt -ldl -lpthread -lutils
LOCAL_MODULE := libandroidfw
LOCAL_SRC_FILES := $(commonUtilsSources) BackupData.cpp BackupHelpers.cpp
include $(BUILD_STATIC_LIBRARY)