OSDN Git Service

Add back a missing shared library used by rild to linker command line. Currently...
authorDoug Kwan <dougkwan@google.com>
Tue, 6 Oct 2009 23:24:51 +0000 (16:24 -0700)
committerDoug Kwan <dougkwan@google.com>
Tue, 6 Oct 2009 23:24:51 +0000 (16:24 -0700)
commit1371755ff9165d109138ba795aa24f64f10ae881
tree7f91953827ab0d77a2706bff51eadae4a84b4e3b
parent05a10dd9667c7c3f775e1b63334bc6c644e5ca9a
Add back a missing shared library used by rild to linker command line.  Currently this works because the library is linked via dependency of another shared library used by
rild.  This is fragile and not the right thing to do.  The library is used only for
ARM so also need to check the target.
rild/Android.mk