commit | 608a137e0d76f1f21092abce0aaf85fb78725ae0 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Nov 07 23:21:06 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 07 23:21:06 2023 +0000 |
tree | 8d7a0d05b68ad18dd31469864e787171f53631e3 | |
parent | ef9acb3d518b3f7d84d031ccc196526d0d744cf6 [diff] | |
parent | a93dbae4719c02279e9d519bd6f4436b0a89b214 [diff] |
Merge "Only allow .scl files to load other .scl files" into main am: 7c8607715d am: f85e863d75 am: a93dbae471 Original change: https://android-review.googlesource.com/c/platform/build/+/2820037 Change-Id: I61038de633a859f5fab5143cf83323657c1c3c3d 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.