commit | 64fc316e471f420b2146115578f4b111000d6159 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Oct 05 01:01:45 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 05 01:01:45 2021 +0000 |
tree | 56b41a4a1a1843d4a9bd4a33bedb65b4ac7eab09 | |
parent | 30e367dbb4c765a8ec1cab504039722cff987e71 [diff] | |
parent | 4de9bc79fb24103395def686405d00abcfebdca1 [diff] |
Merge "Add RBC board configuration" am: 4de9bc79fb Original change: https://android-review.googlesource.com/c/platform/build/+/1842084 Change-Id: Ibd9b3fc8f4fe4007747c61aa98c9f737b0964ece
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.