commit | 43df0805c2aab5cf232aa6ee9855e792b68e93c7 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Mon Jul 24 13:16:03 2023 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Mon Jul 24 13:16:03 2023 -0700 |
tree | 9473c307cebefe16b931ffcf6f01db70ea96195f | |
parent | 0ee11559f94034b559d9d53f6c8da1467d9272fe [diff] |
Fix test failures in releasetools new_path used before assignment, use `path` instead. Bug: 280425458 Change-Id: I55086f92cf109af67032614cefde60e6478bb149
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.