commit | 0d0ca5d6a07c79bcb4688b2a4850f3f2745d9be3 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Dec 21 12:31:55 2021 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Dec 21 12:31:55 2021 -0800 |
tree | b96e1e49dfd8b167d49d316675d5a5ed4437a4f0 | |
parent | 37d492958691457006e25f4a2f9d33cf273256ad [diff] |
Fix some python2/3 migration issues Exception objects don't necessarily have a .message member, use str() instead. Test: th Change-Id: I57b68dff1ace4937d6ef3b7c564f031e219491b1
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.