commit | 614ecde4cb2720e23c83fd9b2a2bfb469b7bc174 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon May 18 13:42:18 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon May 18 13:42:18 2009 -0700 |
tree | 70ceb5cf16292db22011fa45bb5b2663d6f192ca | |
parent | e5327fc724ada077338b8155c6942360aebfd70c [diff] [blame] |
libGLESv1_CM.so doesn't need to depend on libutils or libui
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk index 5ba6b76..23304d5 100644 --- a/opengl/libs/Android.mk +++ b/opengl/libs/Android.mk
@@ -39,7 +39,7 @@ GLES_CM/gl.cpp.arm \ # -LOCAL_SHARED_LIBRARIES += libcutils libutils libui libEGL +LOCAL_SHARED_LIBRARIES += libcutils libEGL LOCAL_LDLIBS := -lpthread -ldl LOCAL_MODULE:= libGLESv1_CM