commit | c1b73403217bf62083c1ca0d13485dde2107b734 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Mar 16 22:18:20 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 16 22:18:20 2023 +0000 |
tree | aef917b756434b658a5f8242d6cb0426f7710074 | |
parent | b9f3ab26bd096968332a41002421f0466b56b202 [diff] | |
parent | 781e7210e2fefc612f52e89e7ade6100caf242a6 [diff] |
Merge "Rename rbcrun/cmd to make `go install` work properly" am: 7a40e97d74 am: 191c775746 am: e2b36a78d8 am: 781e7210e2 Original change: https://android-review.googlesource.com/c/platform/build/+/2492675 Change-Id: I7bc6d0c52c2f5195f84d50f043c92eb7f32e7b7d 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.