On Dec 10, 12:31 am, Mattias Larsson <[email protected]> wrote:
> I was curious to see what results I could get by enabling
> WITH_JNI_STACK_CHECK in dalvik/vm/Android.mk, but I get a build error
> in Jni.c due to the missing functions dvmInitCrc32() and
> dvmComputeCrc32().

The JNI stack-check stuff went in while tracking down a specific
problem (which it actually failed to resolve, if memory serves).  It
hasn't been used for anything in a while.

The Zip code used to live in dalvik/vm but moved around a bit; it's
currently in dalvik/libdex.  If you look in ZipArchive.h you can see
the function declarations.  Somehow the CRC-32 function
implementations didn't survive.

My inclination is more toward "get rid of it" than "make it work
again".

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to