commit | 2610a328cec1294766edb7c9990e64149ffe670b | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 05 20:23:55 2023 +0000 |
committer | Dan Albert <danalbert@google.com> | Thu Oct 05 21:32:06 2023 +0000 |
tree | 14c02fce4cf39bffa4eafde316c4b4b0df7bccd8 | |
parent | f4e7e17dc4b0f3e0d9bb3edc7cd3bb788f2149e6 [diff] |
Filter REL out of preview codenames. Relanding https://r.android.com/2773148 in a different way, since removing REL from ALL_CODENAMES prevents -next builds from booting (see the comment for the code that relies on this behavior). This reverts commit d637190debde0f11aacd2f9e196c65e4ac8c8fc6. Bug: http://b/303087088 Test: m ndk # with barbet-next-userdebug in goog/main Change-Id: I8f750645f79c3cf48a85879c36e1549df47eee97
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.