commit | 158b4df6f9abe989060c1cf5e54a1fca22d462bc | [log] [tgz] |
---|---|---|
author | Yu Liu <yudiliu@google.com> | Thu Jan 18 05:48:06 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 18 05:48:06 2024 +0000 |
tree | 5acab7065c48f19baa8806f89613713158bd7f8a | |
parent | 65a2aa24dd061ac4d6e9662e73987ffed9f624c2 [diff] | |
parent | d0273e9ca850399a10bcfa4fb7bb2b5ca80eb2e9 [diff] |
Merge "Tweak the CUJ scripts to make it work in CI." into main am: 15fb2a41b1 am: d0273e9ca8 Original change: https://android-review.googlesource.com/c/platform/build/+/2911571 Change-Id: I74ad3dfbd45f8495d459161e3408620ce18b6312 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.