commit | 0a7078770c1c15afe5a51166af5b4b197c84cee9 | [log] [tgz] |
---|---|---|
author | Rex Hoffman <rexhoffman@google.com> | Thu Oct 10 04:15:23 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 10 04:15:23 2024 +0000 |
tree | 329ede763534082a29f232d367b44df40be3f08e | |
parent | 49852076dc198f2a9769e4d5bf18fe33e42acc78 [diff] | |
parent | 6346609ff4e2be09c66fb135e071ec879085986e [diff] |
Merge "robolectric upgrade required changes" into main am: 7dc0f7823d am: 6346609ff4 Original change: https://android-review.googlesource.com/c/platform/build/+/3300236 Change-Id: Icc500141f26670ff421ac5932204b3ae5614581e 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.