OSDN Git Service

Add back missing shared libraries used in executables in link commands. These
authorDoug Kwan <dougkwan@google.com>
Mon, 5 Oct 2009 02:27:57 +0000 (19:27 -0700)
committerDoug Kwan <dougkwan@google.com>
Mon, 5 Oct 2009 02:27:57 +0000 (19:27 -0700)
commit4633c49daa780de58d406e37dae53de78fbcfb2d
tree13dc8ecaea136a39c1e30fc68c698a72f6a0fd78
parent613e3decf2b16980755d57053c420cca0da9981a
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.
opengl/tests/copybits/Android.mk
opengl/tests/fillrate/Android.mk
opengl/tests/finish/Android.mk
opengl/tests/swapinterval/Android.mk