diff options
author | Doug Kwan <dougkwan@google.com> | 2009-10-04 19:27:57 -0700 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2009-10-04 19:27:57 -0700 |
commit | 4633c49daa780de58d406e37dae53de78fbcfb2d (patch) | |
tree | 13dc8ecaea136a39c1e30fc68c698a72f6a0fd78 /opengl/tests/swapinterval/Android.mk | |
parent | 613e3decf2b16980755d57053c420cca0da9981a (diff) | |
download | frameworks_native-4633c49daa780de58d406e37dae53de78fbcfb2d.zip frameworks_native-4633c49daa780de58d406e37dae53de78fbcfb2d.tar.gz frameworks_native-4633c49daa780de58d406e37dae53de78fbcfb2d.tar.bz2 |
Add back missing shared libraries used in executables in link commands. These
executables have calls to some shared libraries without explicitly linking
them. Currently it works as linker links these libraries via dependencies of
other libraries. This is fragile and not the right thing to do.
Diffstat (limited to 'opengl/tests/swapinterval/Android.mk')
-rw-r--r-- | opengl/tests/swapinterval/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/tests/swapinterval/Android.mk b/opengl/tests/swapinterval/Android.mk index 619447c..9a4145e 100644 --- a/opengl/tests/swapinterval/Android.mk +++ b/opengl/tests/swapinterval/Android.mk @@ -6,6 +6,7 @@ LOCAL_SRC_FILES:= \ LOCAL_SHARED_LIBRARIES := \ libcutils \ + libutils \ libEGL \ libGLESv1_CM \ libui |