On Jul 12, 11:21 pm, Ian Pilcher <[email protected]> wrote: > What do I need to do to the makefiles to get libdl (-ldl) added to the > linker command for accRuntimeTest?
Answering my own question for posterity.
Adding
LOCAL_LDLIBS += -ldl
to the acc and accRuntimeTest host executable sections of
system/core/libacc/tests/Android.mk enabled the build to
complete.
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
