commit | 4e72d5e4dae73b0d6ee69de2b0528d8528cb9518 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Feb 13 02:19:24 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 13 02:20:00 2024 +0000 |
tree | 7aed860c27c5f1b1b715cc9c723259bda610a01a | |
parent | fb3a97fc7d81fb7f262a0a6fcbc0db558342f587 [diff] |
Revert^2 "Use vFRC version as-is for ToT sepolicy version" fb3a97fc7d81fb7f262a0a6fcbc0db558342f587 Change-Id: I13612dee1ebc6aabbd3bc46fb4c30568dc23a6da
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.