commit | f9156ffc9d239d8c13beb14452981ea375fc4bd8 | [log] [tgz] |
---|---|---|
author | Naresh Kumar Podishetty (xWF) <podishettyk@google.com> | Wed Nov 13 06:32:09 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Nov 13 06:32:09 2024 +0000 |
tree | 0ea7b8ed3860db00ff110dfaea1c19635b3369f4 | |
parent | e7b245dcc87326bd9362ebd465ec97094573b410 [diff] |
Revert "Include aconfig_flags.pb iff RELEASE_CREATE_ACONFIG_STORAGE_FILE is enabled." This reverts commit e7b245dcc87326bd9362ebd465ec97094573b410. Reason for revert: <Droidmonitor created revert due to b/378775303. Will be verifying through ABTD before submission.> Change-Id: I963e1a6f94b4485e8f8bf94c6b70eb36f7c61c6a
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.