commit | d637190debde0f11aacd2f9e196c65e4ac8c8fc6 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Thu Oct 05 06:07:52 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 05 06:07:52 2023 +0000 |
tree | b2fe6544b5c44772dff49bcab4854ef931944306 | |
parent | 5346f7db625d2a851f95b20d94a30efb12dd44fb [diff] |
Revert "Filter REL out of PLATFORM_VERSION_ALL_CODENAMES." This reverts commit 5346f7db625d2a851f95b20d94a30efb12dd44fb. Reason for revert: b/303552537 Change-Id: I915be23c7d234d28642c141473bf2a180ec4c3c6
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.