commit | ba85fbf399ab0636f21f473b804942dd427bd200 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Sat Jun 10 03:24:47 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 10 03:24:47 2023 +0000 |
tree | bd5cd8b4580fa2fc97633bf69a67a47a16ce18f1 | |
parent | 63d16424a1b4c233e2f9895e273f24343030583c [diff] | |
parent | 06b3c115f0e084e78bb28a5f6f6d1c3b8f8c2acd [diff] |
Merge "Add aosp_arm64_fullmte target" am: 9066ab5240 am: 34ed46e626 am: 6956735a5a am: cc98482738 am: 06b3c115f0 Original change: https://android-review.googlesource.com/c/platform/build/+/2617516 Change-Id: I49a888bab7b57ad003fdd2cc58477f1cf26a0200 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.