Android 10 - AOSP build error when extract kernel config

84 views
Skip to first unread message

Nicolas Louboutin

unread,
Nov 27, 2019, 10:49:01 AM11/27/19
to android-porting
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 ?



Reply all
Reply to author
Forward
0 new messages