commit | b0d6f7682b94af18bcd75afcba8b7c48154805b5 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Thu Sep 15 00:41:28 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 15 00:41:28 2022 +0000 |
tree | 8ad22d27eb2fd2ccfd285ebcf0036303d23b23d5 | |
parent | 571bac0e8d76cbaf09795a5445ba4cd1ead8e73b [diff] | |
parent | be129965effd2cad0059dff2aa3d8b2b15387340 [diff] |
[automerger skipped] Normalize target path for license dependencies. am: be129965ef -s ours am skip reason: Merged-In I3a8f2d3825c8c0183049fa12b14ace9b54066a01 with SHA-1 54b325df14 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19953542 Change-Id: I54a29b08ed49220e87f41461a3b8a0ecbabf7e4f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.