another attempt at fixing the linux build
Change-Id: Iac20439fd6eea4682859112e72f051294bc87ef6
diff --git a/libs/androidfw/Android.mk b/libs/androidfw/Android.mk
index d07b1ae..5dc77f3 100644
--- a/libs/androidfw/Android.mk
+++ b/libs/androidfw/Android.mk
@@ -93,7 +93,7 @@
external/zlib \
external/icu4c/common \
bionic/libc/private
-LOCAL_LDLIBS := -lrt -ldl -lpthread -lutils
+LOCAL_LDLIBS := -lrt -ldl -lpthread
LOCAL_MODULE := libandroidfw
LOCAL_SRC_FILES := $(commonUtilsSources) BackupData.cpp BackupHelpers.cpp
include $(BUILD_STATIC_LIBRARY)