commit | 5d323c17142bc9f3556a578342e06be0412901a4 | [log] [tgz] |
---|---|---|
author | Andrew Chant <achant@google.com> | Mon Jul 08 15:53:00 2019 -0700 |
committer | Andrew Chant <achant@google.com> | Tue Jul 09 17:02:48 2019 +0000 |
tree | f5b07af61a27180427635660629b6c9a6179bacd | |
parent | f5c3510081852a9781873860968535eefeda7ab3 [diff] |
Catch unicode decode errors search for kernel ver If a kernel happens to decode to gibberish (including non-ascii bytes), catch the decoding error when searching for the kernel version. Bug: 137041171 Merged-In: Ic035b3a5c8c80025cb3cede7b0fdcf8a2e5a35fd Change-Id: Ic035b3a5c8c80025cb3cede7b0fdcf8a2e5a35fd
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.