commit | 8450f57c3eb93500bab7eec83b409aabe3e9ba68 | [log] [tgz] |
---|---|---|
author | Liana Kazanova <lkazanova@google.com> | Wed Jul 03 17:56:12 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 03 17:56:12 2024 +0000 |
tree | 2ced1425a889a4e8e0a419d990d0c7bf09cc97a9 | |
parent | fca73bcad3a223f6ef7f22edb7cd300583755e72 [diff] |
Revert "Mark FeatureFlags impl member as final" This reverts commit fca73bcad3a223f6ef7f22edb7cd300583755e72. Reason for revert: Droidmonitor triggered revert due to build breakage in b/350978649. Will be verifying through ABTD before submission. Change-Id: I65de159518597289f1e0e3902080f35970842afc
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.