I found a bug in the *build/make/tools/extract_kernel.py*

The error is in *try_decompress *function, resetting the index while it's 
not required:

*def try_decompress(cmd, search_bytes, input_bytes):*
*  idx = input_bytes.find(search_bytes)*
*  if idx < 0:*
*    return None*

*  idx = 0*
*  ...*

Now there is not issue tracker for build environment (as far as I 
understood).

How to proceed ?



-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-porting/4c92d436-1bf3-43d6-81d7-235233dfe9f7%40googlegroups.com.

Reply via email to