commit | ef9acb3d518b3f7d84d031ccc196526d0d744cf6 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Nov 07 23:20:41 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 07 23:20:41 2023 +0000 |
tree | 8d7a0d05b68ad18dd31469864e787171f53631e3 | |
parent | 36bfe821dbeb8112daddd76166802b8c0d1e9dd9 [diff] | |
parent | 086f868816a3b4d186c3fb9b284395b81797de8d [diff] |
Merge "Only allow .scl files to load other .scl files" into main am: 7c8607715d am: 40ae127032 am: 086f868816 Original change: https://android-review.googlesource.com/c/platform/build/+/2820037 Change-Id: Ib916f874ff66ccd4f71b015a486f08022f125c7c 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.