commit | d8083a44f272c47bb2b2f7fe512110cc35e72f50 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu May 16 22:22:18 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 16 22:22:18 2024 +0000 |
tree | d4917e6343f7bc8d512ac76b5eb104f179c23e26 | |
parent | fabdfbda80b7a64fd1000816bfd2dd4bef29a5c7 [diff] | |
parent | 130d2b2ea6f524c00e523466f7f6f070ea924bb5 [diff] |
Merge "Revert "Move all GKI targets away from non-AB"" into main am: d3d7e46a98 am: 130d2b2ea6 Original change: https://android-review.googlesource.com/c/platform/build/+/3092804 Change-Id: I3bc7e07a6765ebc663ba2b5e644f8cc4cf702ecd 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.