commit | d0d6c15d20ba9ba49b5a2ea71de737c182ab1410 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Wed Sep 02 13:52:54 2009 -0700 |
committer | Lorenzo Colitti <lorenzo@google.com> | Wed Sep 02 15:11:18 2009 -0700 |
tree | 757638a3e1e115acb1029ad2fcd30712a7ec516c | |
parent | 5ca29e142032b6559824e4f7d526bbc037b90c93 [diff] |
Unbreak Dalvik VM initialization due to a native method that expects to be able to call an InetAddress no-args constructor. This constructor was package-private and was recently removed. This method is horribly complex and should go away (it probably doesn't even work, due to it attempting to find a class known as "java/io/FielDescriptor"), but it needs to be fixed for now. Change-Id: I56b1e0e07f4c97af82e0a4f14dfd2d8af16f6b82