commit | 0c9a6ffb002857fa2d6cd551c2f308f70365a4a6 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Sep 04 17:03:24 2024 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Sep 04 17:03:24 2024 -0700 |
tree | 0511d8cafa981da46f7c5d241e3a1d5ffbe2fb88 | |
parent | 5fcaa1f635ca9bb6ba9f1c68391325bb4217d0cb [diff] |
Fix str/bytes type error in ReplaceOtaKeys ZipFile.read() returns byte sequence, while re.match expects str. Decode the bytes read first. Test: th Bug: 315855025 Change-Id: Id2da071f3caeab56cfac845a9e4f842c4e102f49
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.