commit | 386b3746cefe7d80ab3d410105ad945ae8a2a5bd | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Jun 06 16:55:58 2023 -0700 |
committer | Joe Onorato <joeo@google.com> | Fri Jun 09 13:10:05 2023 -0700 |
tree | 42804e9ed02144e09b752134fabae50e883cc9dd | |
parent | 1120cb8aa4990b84566392060a0bde18dea54834 [diff] |
Define release flags in starlark instead of make So that we have a more restricted enviornment for this new configuration axis that can also be imported into other tools more easily. Test: Manually (this time also tested setting OUT_DIR outside of the tree) Change-Id: I01d90e06e45cba756156af16f63e04f575877263
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.