commit | e7f87c4d2bf5a3d02563b4952e4910b3e6487c65 | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Fri Sep 27 01:16:41 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 27 01:16:41 2024 +0000 |
tree | 92409c73ee97d55f180ce6e469c6b63daaa6e5d2 | |
parent | b5f1c79373d38b6e8ddadc696e80ac42d2516798 [diff] |
Revert "Add has_boot_local_override to aconfig_storage_file.hpp" This reverts commit b5f1c79373d38b6e8ddadc696e80ac42d2516798. Reason for revert: change not needed Change-Id: If0341072ae8c3118cd5e989d18ef63bac143d1ae
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.