commit | 74df2cef18c8012eeccae531e95ef76268e6143c | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Fri Feb 09 20:40:48 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 09 20:40:48 2024 +0000 |
tree | 00bc26f401b70861e18c74289659ec7934389bb2 | |
parent | 9280d8480a91ca3b6053aa01539edc9610bfdb1f [diff] | |
parent | 2ea228ef70c087c77a5b7c646e1ff0cae976f641 [diff] |
Merge "aosp: reenable the filtered out test point in atest" into main am: 2ea228ef70 Original change: https://android-review.googlesource.com/c/platform/build/+/2956634 Change-Id: I3820ba9b3bec18e9d149cf9476eea5c6a81521da 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.