aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-10-02 11:24:33 -0700
committerDoug Kwan <dougkwan@google.com>2009-10-02 11:24:33 -0700
commitbe8f6b83f43d54f466f9c65c97081501d6cf00c8 (patch)
treedc975e6aabd5c70d569f92c42a5a9f5e5cae57a0
parentf343e13d48b72e893dbc8f0a44c93a4977ac48b5 (diff)
downloadquake-be8f6b83f43d54f466f9c65c97081501d6cf00c8.tar.gz
Add back missing shared library used by executable in link command. Currently
this library is linked via dependency of another library. While that works, it is not the right thing to do.
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 3990f26..979bdce 100644
--- a/Android.mk
+++ b/Android.mk
@@ -117,7 +117,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= main.cpp
-LOCAL_SHARED_LIBRARIES := libc libm libui libquake libEGL libGLESv1_CM
+LOCAL_SHARED_LIBRARIES := libc libm libutils libui libquake libEGL libGLESv1_CM
LOCAL_MODULE:= quake