commit | f70c4bb2aa87be9e2ba0c45774bcaf761cd7be33 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Sat May 20 04:01:49 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat May 20 04:01:49 2023 +0000 |
tree | 290ee298311bdfd8087d0d45f9fb4aa2fc682a08 | |
parent | 9cd47bd8ffb0d0028cfa3a97e55a695822b7af7d [diff] | |
parent | 6a70de644bfda75f43f70beb635ba66cd0ff9893 [diff] |
Merge "Revert "Define release flags in starlark instead of make"" am: 2f1f4c25f7 am: f54a552cc5 am: 87d0ddc115 am: a5ab48113a am: 6a70de644b Original change: https://android-review.googlesource.com/c/platform/build/+/2595631 Change-Id: Ic9a3a608366eb3a747edda042950e97eb8d69270 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.