commit | e421668192eb334503b916d65d9e7543fafee275 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Mon Apr 04 13:22:38 2022 +0100 |
committer | Orion Hodson <oth@google.com> | Mon Apr 04 13:22:38 2022 +0100 |
tree | 0ea23a18e1610c6c8d0443eec7fa18dcbea05b7a | |
parent | 5e0edffa3cff4d1adc35b1a3f4f07ece1944c608 [diff] |
Update checkowners.py to support python3 Update generated with 2to3. Bug: N/A Test: manually check OWNERS files Change-Id: Idccc7ba36351854fe2b7a669a99c97f3f3a03d0e
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.