* Turn off assigning UnixGetModuleByAddrHook for Android, since dladdr() function is not available on old (1.x) Android versions.

git-svn-id: trunk@23695 -
This commit is contained in:
yury 2013-03-05 00:00:02 +00:00
parent 5d061a7efa
commit 5bf237afc1

View File

@ -121,5 +121,7 @@ uses
begin
{$ifndef android}
UnixGetModuleByAddrHook:=@UnixGetModuleByAddr;
{$endif android}
end.