commit | 9e94cd3d456b2c07a9d09ac2c8b76edc61cf4496 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri Apr 26 20:07:58 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 26 20:07:58 2024 +0000 |
tree | 40e7e971ec71efbe6809032e208d6517c19c7854 | |
parent | 5069090699fdbdb5f689d6911aad14acc14a8316 [diff] | |
parent | 5d933686d3f5f4395dde636c767d004eec3e8c79 [diff] |
Merge "Make system_server.zip compatible with prebuilt apex builds" into main am: b951161773 am: 5d933686d3 Original change: https://android-review.googlesource.com/c/platform/build/+/3062109 Change-Id: I3a121e738d01af6dfab449d5ed7c9f92f39e7686 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.