commit | 5b8dda087d5d98914c1f799c06386af772235e3e | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Nov 07 11:14:58 2023 -0800 |
committer | Cole Faust <colefaust@google.com> | Tue Nov 07 11:27:41 2023 -0800 |
tree | 954baceeef3b74eecae292130038feab937795f0 | |
parent | 253bd067da9e85f65ba330f450560ef020409439 [diff] |
Only allow .scl files to load other .scl files .scl files are starlark configuraiont language files, which is starlark without any of the bazel buildin symbols. This is to match bazel's behavior, and it doesn't make sense for scl files to load bzl files. We should change all the release config bzl files to scl, and then also make it so that when using executionModeScl you can only load scl files. Test: go test Change-Id: I196bcf3a4548118791ed1d47c2d37e46a1ef86c4
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.