commit | 006c279b85790e143ee1090ea072c4bcb876432a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Oct 29 14:02:57 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Oct 29 14:02:57 2009 -0700 |
tree | 4ad8271847d1f61737cc2b6f8f09db8dc94e8139 | |
parent | 95c4e0f4a49cb24e5b26edecf22392241d087e9f [diff] |
Remove broken .so and fix bogus test. valgrind doesn't like this because the .so *only* exists for x86 (contrary to the claim in the @AndroidOnly annotation) but it's broken there, returning a char* instead of a jstring. I'm not really sure what they were trying to test here, but let's assume it was that Runtime.getRuntime().load behaves like System.load, and fix the tests that way. Bug: 2223234