commit | 793f142323c49818ad022a05cbfb931eefddae5b | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 02 15:14:38 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Sep 02 15:14:38 2009 -0700 |
tree | b0d025b4746a6cbd68c1fb4125e3fbdd88bd722d | |
parent | c19d2a1d798d8626f196d878abcf23a14bee40af [diff] | |
parent | d0d6c15d20ba9ba49b5a2ea71de737c182ab1410 [diff] |
Merge change 23675 into eclair * changes: 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.